summaryrefslogtreecommitdiff
path: root/src/xrdb.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-20 07:19:35 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-20 07:19:35 +0000
commit8f510a7131216bc565019670458493a2a9e837cf (patch)
treeeb2cea5abb5b48ca5fd92c85b6b4a499913a4c3d /src/xrdb.c
parentcffcfe6652d40b453fd86e5ba6a058934030ff14 (diff)
downloademacs-8f510a7131216bc565019670458493a2a9e837cf.tar.gz
[USG5] (SYSV): Don't define if already defined.
Diffstat (limited to 'src/xrdb.c')
-rw-r--r--src/xrdb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xrdb.c b/src/xrdb.c
index a064bb59a57..60f3e415d62 100644
--- a/src/xrdb.c
+++ b/src/xrdb.c
@@ -26,7 +26,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#if 1 /* I'd really appreciate it if this code could go away... -JimB */
/* this avoids lossage in the `dual-universe' headers on AT&T SysV X11 */
#ifdef USG5
+#ifndef SYSV
#define SYSV
+#endif
#include <unistd.h>
#endif /* USG5 */