summaryrefslogtreecommitdiffstats
path: root/source/xap/xxgdb/xxgdb-1.12-sysv.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/xxgdb/xxgdb-1.12-sysv.patch')
-rw-r--r--source/xap/xxgdb/xxgdb-1.12-sysv.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/source/xap/xxgdb/xxgdb-1.12-sysv.patch b/source/xap/xxgdb/xxgdb-1.12-sysv.patch
new file mode 100644
index 000000000..e8b14b78d
--- /dev/null
+++ b/source/xap/xxgdb/xxgdb-1.12-sysv.patch
@@ -0,0 +1,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)