Mercurial > hg > octave-kai > gnulib-hg
changeset 1709:57f00294f807
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Mon, 08 Feb 1999 00:00:44 +0000 |
parents | fb9c31abe73c |
children | a6e95d15d8fb |
files | lib/readutmp.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ 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)