Fixups for the android/bionic build probes patch.
authorRob Landley <rob@landley.net>
Wed, 19 Nov 2014 22:55:12 +0000 (16:55 -0600)
committerRob Landley <rob@landley.net>
Wed, 19 Nov 2014 22:55:12 +0000 (16:55 -0600)
commit561478541dbeb92e2c82c2fda7b43461293938e9
tree6371132e393c80fc5c26655dab9a9961f9d96412
parent46ddf0e34b03f7711a9c80f7a70dc8cbf732f782
Fixups for the android/bionic build probes patch.

The CFG_* symbols are always defined so if() can use them as compile-time
constants, so don't if defined() them.

Doing USE_BLAH() around variable definitions opens up the same potential for
config-dependent build breaks as #ifdefs do, just make the whole command
depend on the symbol for now, factor out the utmpx infrastructure later.

The PTY probe was always failing because it used NULL without #including
the header that defines it. Substitute 0 instead.
lib/portability.h
scripts/genconfig.sh
toys/other/uptime.c