From 978df5af6c7aecd233c2280079bf6c11a25fe45a Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Wed, 26 Apr 1995 21:44:19 +0000 Subject: [PATCH] * logutil.c (EMPTY): linux has UT_UNKNOWN, not EMPTY git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5524 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/bsd/ChangeLog | 4 ++++ src/appl/bsd/logutil.c | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 0a731c73a..d2ba8af43 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 26 17:43:08 1995 Mark Eichin + + * logutil.c (EMPTY): linux has UT_UNKNOWN, not EMPTY. + Wed Apr 26 09:41:35 1995 Ezra Peisach * krlogind.c (main): LOG_AUTH in openlog arguments in wrong place. diff --git a/src/appl/bsd/logutil.c b/src/appl/bsd/logutil.c index 5c594e492..12c67f282 100644 --- a/src/appl/bsd/logutil.c +++ b/src/appl/bsd/logutil.c @@ -42,6 +42,11 @@ #endif +#ifndef EMPTY +/* linux has UT_UNKNOWN but not EMPTY */ +#define EMPTY UT_UNKNOWN +#endif + void update_utmp(); void update_wtmp(); void logwtmp(); -- 2.26.2