Remove the declaration of getutent(), getutline(), setutent(), and

endutent() which are declared in <utmp.h>
This commit is contained in:
nekral-guest
2008-01-05 14:09:56 +00:00
parent 8d440a2a52
commit e94d2da45e
2 changed files with 3 additions and 5 deletions

View 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 \