Cleanup xrdb.c.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 8 Aug 2010 20:16:48 +0000 (13:16 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 8 Aug 2010 20:16:48 +0000 (13:16 -0700)
commit1b6d8cf08b0e2efa475df6abb4bdedb0b367d853
tree991cfd88efa19ac0909f81c11362c9918e80cd51
parent81ee941084fdb35b93a500f6e763e5b0d1c3ab1b
Cleanup xrdb.c.
* src/xrdb.c: Remove include guard.  Remove
DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
Remove #if 0 code.  Replace malloc->xmalloc, free->xfree,
realloc->xrealloc instead of using #defines.
src/ChangeLog
src/xrdb.c