summaryrefslogtreecommitdiff
path: root/modules/mountlist
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-03-12 13:09:42 +0100
committerJim Meyering <meyering@redhat.com>2009-03-12 13:09:42 +0100
commitf93bd98a9570a4455f16eafc49c6227e5caa5a53 (patch)
treee0a3ebe3f68a0b57520fbe20b49bde3abd714066 /modules/mountlist
parent85996e81dc648d083f9621b95cb1d77f34132f37 (diff)
downloadgnulib-f93bd98a9570a4455f16eafc49c6227e5caa5a53.tar.gz
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.
Diffstat (limited to 'modules/mountlist')
-rw-r--r--modules/mountlist1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mountlist b/modules/mountlist
index ce5342cb05..526022ca5a 100644
--- a/modules/mountlist
+++ b/modules/mountlist
@@ -10,6 +10,7 @@ m4/mountlist.m4
Depends-on:
stdbool
+stdint
xalloc
configure.ac: