From: nekral-guest Date: Sat, 5 Jan 2008 14:09:56 +0000 (+0000) Subject: Remove the declaration of getutent(), getutline(), setutent(), and X-Git-Tag: 4.1.1~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e94d2da45e8d0f4b768cd66ba3c7a34a8f318858;p=thirdparty%2Fshadow.git Remove the declaration of getutent(), getutline(), setutent(), and endutent() which are declared in --- diff --git a/ChangeLog b/ChangeLog index 6c9062304..3980d3e9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,9 @@ build_list(). * lib/commonio.c: stat shadows another stat variable. Remove this variable, and directly check the result of getfscreatecon(). + * libmisc/utmp.c: Remove the declaration of getutent(), + getutline(), setutent(), and endutent() which are declared in + 2008-01-01 Nicolas François diff --git a/libmisc/utmp.c b/libmisc/utmp.c index 7ddf24838..a6b931645 100644 --- a/libmisc/utmp.c +++ b/libmisc/utmp.c @@ -48,11 +48,6 @@ struct utmpx utxent; #endif struct utmp utent; -extern struct utmp *getutent (); -extern struct utmp *getutline (); -extern void setutent (); -extern void endutent (); - #define NO_UTENT \ _("No utmp entry. You must exec \"login\" from the lowest level \"sh\"") #define NO_TTY \