* xrdb.c: Don't include <X11/Xos.h>. Under R4, it stupidly
authorJim Blandy <jimb@redhat.com>
Sun, 13 Sep 1992 12:48:38 +0000 (12:48 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 13 Sep 1992 12:48:38 +0000 (12:48 +0000)
commitdfc35f5fca6653357bbc8f1582aa86e65877267c
treef77c9d2a305b3efb7462f0a346f683220d142608
parent252500313bad12f953dc0824ee125166bcc268e2
* xrdb.c: Don't include <X11/Xos.h>.  Under R4, it stupidly
insists on defining SIGCHLD, even if it already has a definition.
(file_p): Use the constant 4 instead of R_OK; empirically, the
number is more portable than the symbol if you count the #include
hair you have to go through to get R_OK defined.  Ffile_readable_p
does this too.

* xrdb.c (getuid): Declare this to return short.
src/xrdb.c