]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Remove the declaration of getutent(), getutline(), setutent(), and
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 14:09:56 +0000 (14:09 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 14:09:56 +0000 (14:09 +0000)
endutent() which are declared in <utmp.h>

ChangeLog
libmisc/utmp.c

index 6c9062304a6b8742c97f0a56611937660cfe2765..3980d3e9ac5c04afef5128e3f8578ea5df62c2ce 100644 (file)
--- 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
+       <utmp.h>
 
 2008-01-01  Nicolas François  <nicolas.francois@centraliens.net>
 
index 7ddf24838b302393aa26a7ef736c9175a9fd1233..a6b931645f4e533b909c14de23c1c52bfaa53fb7 100644 (file)
@@ -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 \