avoid gcc warnings about unused macro definitions
authorJim Meyering <meyering@redhat.com>
Thu, 12 Mar 2009 12:09:42 +0000 (13:09 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 12 Mar 2009 12:09:42 +0000 (13:09 +0100)
commitf93bd98a9570a4455f16eafc49c6227e5caa5a53
treee0a3ebe3f68a0b57520fbe20b49bde3abd714066
parent85996e81dc648d083f9621b95cb1d77f34132f37
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.
ChangeLog
lib/mountlist.c
lib/openat-die.c
lib/readtokens.c
lib/readutmp.c
lib/userspec.c
lib/xmalloc.c
modules/mountlist
modules/readutmp