summaryrefslogtreecommitdiffstats
path: root/source/xap/xxgdb/xxgdb-1.12-sysv.patch
blob: e8b14b78d46fe0acc928559d85a3778d30e7cc5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- xxgdb-1.12/source.c~	Fri Apr 21 12:16:02 1995
+++ xxgdb-1.12/source.c	Mon Dec  2 17:42:39 1996
@@ -79,7 +79,7 @@
 #endif
 #include <stdlib.h>
 
-#include <X11/Xos.h>
+/* #include <X11/Xos.h> */
 #include <sys/stat.h>
 #include <pwd.h>
 #include "global.h"
--- xxgdb-1.12/global.h~	Thu Apr  6 12:23:42 1995
+++ xxgdb-1.12/global.h	Mon Dec  2 17:38:21 1996
@@ -62,8 +62,9 @@
  *
  *    Contain extern declarations of variables and functions.
  */
-
+#undef SYSV
 #include "defs.h"
+#define SYSV
 
 
 #if defined(__GNUC__) && !defined(alloca)