From: Jim Meyering Date: Mon, 8 Feb 1999 00:00:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74771611b5f903e7827b25b13fa2251e3b384370;p=pspp *** empty log message *** --- diff --git a/lib/readutmp.c b/lib/readutmp.c index d29163c0c1..39ea0703e3 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)