Hash :
f93bd98a
Author :
Date :
2009-03-12T13:09:42
avoid gcc warnings about unused macro definitions * lib/readtokens.c (STREQ): Remove unused definition. * lib/xmalloc.c (SIZE_MAX): Likewise. * lib/openat-die.c (N_): Likewise. * lib/mountlist.c (SIZE_MAX): Remove definition. Instead, include <stdint.h>. * lib/readutmp.c: Likewise. * modules/readutmp (Depends-on): Add stdint. * modules/mountlist (Depends-on): Add stdint. * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
Description:
Read entire utmp file into memory.
Files:
lib/readutmp.h
lib/readutmp.c
m4/readutmp.m4
Depends-on:
extensions
xalloc
stdbool
stdint
configure.ac:
gl_READUTMP
Makefile.am:
Include:
"readutmp.h"
License:
GPL
Maintainer:
Jim Meyering & Paul Eggert