Mercurial > hg > octave-shane > gnulib-hg
view modules/readutmp @ 11395:5442b2430859
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.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Thu, 12 Mar 2009 13:09:42 +0100 |
parents | daf5ba9fe2d9 |
children | 19b4041d8566 |
line wrap: on
line source
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