Remove the declaration of getutent(), getutline(), setutent(), and
endutent() which are declared in <utmp.h>
This commit is contained in:
parent
8d440a2a52
commit
e94d2da45e
@ -33,6 +33,9 @@
|
|||||||
build_list().
|
build_list().
|
||||||
* lib/commonio.c: stat shadows another stat variable. Remove this
|
* lib/commonio.c: stat shadows another stat variable. Remove this
|
||||||
variable, and directly check the result of getfscreatecon().
|
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>
|
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
@ -48,11 +48,6 @@ struct utmpx utxent;
|
|||||||
#endif
|
#endif
|
||||||
struct utmp utent;
|
struct utmp utent;
|
||||||
|
|
||||||
extern struct utmp *getutent ();
|
|
||||||
extern struct utmp *getutline ();
|
|
||||||
extern void setutent ();
|
|
||||||
extern void endutent ();
|
|
||||||
|
|
||||||
#define NO_UTENT \
|
#define NO_UTENT \
|
||||||
_("No utmp entry. You must exec \"login\" from the lowest level \"sh\"")
|
_("No utmp entry. You must exec \"login\" from the lowest level \"sh\"")
|
||||||
#define NO_TTY \
|
#define NO_TTY \
|
||||||
|
Loading…
Reference in New Issue
Block a user