From c0747a1c22da50bad27e138148c097ad2e823544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 25 Jan 2009 00:36:38 +0000 Subject: [PATCH] fix define git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24392 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/login/utmp_login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/login/utmp_login.c b/appl/login/utmp_login.c index d29e0bcf4..da3d726da 100644 --- a/appl/login/utmp_login.c +++ b/appl/login/utmp_login.c @@ -79,7 +79,7 @@ shrink_hostname (const char *hostname, /* update utmp and wtmp - the BSD way */ -#if !defined(HAVE_UTMPX_H) || (defined(WTMP_FILE) && defined(!WTMPX_FILE)) +#if !defined(HAVE_UTMPX_H) || (defined(WTMP_FILE) && !defined(WTMPX_FILE)) void prepare_utmp (struct utmp *utmp, char *tty,