fix define
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24392 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user