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
commite563358dc3b90ccded8a485feb32a65d5a49d0d3 (patch)
tree4ddc9a0e2ba02fa95808dea491db44a0b43811a1 /src/xrdb.c
parentb7992ab437dc76528188baa93643d9f71fc29266 (diff)
downloademacs-e563358dc3b90ccded8a485feb32a65d5a49d0d3.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 */