diff options
Diffstat (limited to 'daemons')
-rw-r--r-- | daemons/getty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/getty.c b/daemons/getty.c index 3b0adc48..b5b162d5 100644 --- a/daemons/getty.c +++ b/daemons/getty.c @@ -36,8 +36,8 @@ #include <sys/ioctl.h> #include <termios.h> -/* XXX */ -extern char *localhost (); +/* XXX: should include directly from libshouldbeinlibc */ +extern char *localhost (void); #define _PATH_LOGIN "/bin/login" #define _PATH_ISSUE "/etc/issue" |