diff 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 diff
--- a/modules/readutmp
+++ b/modules/readutmp
@@ -10,6 +10,7 @@
 extensions
 xalloc
 stdbool
+stdint
 
 configure.ac:
 gl_READUTMP