summaryrefslogtreecommitdiff
path: root/lib/readutmp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-08 00:00:44 +0000
committerJim Meyering <jim@meyering.net>1999-02-08 00:00:44 +0000
commit5fd73cbdf3e342a375976d2e2643d42a116f4851 (patch)
treef5dbacf45b1b68023bbe74bf0321e138e9a13bd7 /lib/readutmp.c
parent07a5b9fe8e1db2ea659a223f3adec01c790a3e1e (diff)
downloadcoreutils-5fd73cbdf3e342a375976d2e2643d42a116f4851.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/readutmp.c')
-rw-r--r--lib/readutmp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/readutmp.c b/lib/readutmp.c
index d29163c0c..39ea0703e 100644
--- a/lib/readutmp.c
+++ b/lib/readutmp.c
@@ -1,5 +1,5 @@
/* GNU's read utmp module.
- Copyright (C) 92, 93, 94, 95, 96, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1992-1999 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -53,7 +53,8 @@ extract_trimmed_name (const STRUCT_UTMP *ut)
number of entries read, and return zero. If there is any error,
return non-zero and don't modify the parameters. */
-#ifdef HAVE_UTMPNAME
+/* FIXME: use `#if HAVE_UTMPNAME' instead... */
+#if 0
int
read_utmp (const char *filename, int *n_entries, STRUCT_UTMP **utmp_buf)