summaryrefslogtreecommitdiff
path: root/src/who.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-05-13 13:57:20 +0000
committerJim Meyering <jim@meyering.net>1994-05-13 13:57:20 +0000
commit323e95c8b38b10f06c3e44394abca87a84e03d28 (patch)
tree7555e23bf3ee1339764bb12aa7b11e8c32cc932b /src/who.c
parentaf6e86c53709b2823d46903f5c8d1e56e5bd714c (diff)
downloadcoreutils-323e95c8b38b10f06c3e44394abca87a84e03d28.tar.xz
.
Diffstat (limited to 'src/who.c')
-rw-r--r--src/who.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/who.c b/src/who.c
index b4feab53c..d28d3733a 100644
--- a/src/who.c
+++ b/src/who.c
@@ -97,7 +97,7 @@
char *xmalloc ();
void error ();
char *ttyname ();
-char *gethostname ();
+int gethostname ();
static int read_utmp ();
#ifdef WHO