forgot to add 2 files
This commit is contained in:
parent
2abc28d1f2
commit
4c63c8706b
20
x11/olvwm/patches/patch-10
Normal file
20
x11/olvwm/patches/patch-10
Normal file
@ -0,0 +1,20 @@
|
||||
--- error.c.rej.orig Thu Jan 1 01:00:00 1970
|
||||
+++ ./error.c.rej Sat Jul 17 10:04:14 1999
|
||||
@@ -0,0 +1,17 @@
|
||||
+***************
|
||||
+*** 232,239 ****
|
||||
+ err->resourceid);
|
||||
+ FPRINTF(stderr, GetString(" serial number of failed request: %d\n"),
|
||||
+ err->serial);
|
||||
+- FPRINTF(stderr, GetString(" current request serial number: %d\n"),
|
||||
+- dpy->request);
|
||||
+ }
|
||||
+
|
||||
+
|
||||
+--- 232,237 ----
|
||||
+ err->resourceid);
|
||||
+ FPRINTF(stderr, GetString(" serial number of failed request: %d\n"),
|
||||
+ err->serial);
|
||||
+ }
|
||||
+
|
||||
+
|
33
x11/olvwm/patches/patch-20
Normal file
33
x11/olvwm/patches/patch-20
Normal file
@ -0,0 +1,33 @@
|
||||
--- olwm.c.orig Thu Jan 13 22:36:12 1994
|
||||
+++ ./olwm.c Fri Jul 16 21:49:04 1999
|
||||
@@ -56,6 +56,9 @@
|
||||
|
||||
typedef void (*VoidFunc)();
|
||||
|
||||
+#ifdef __OpenBSD__
|
||||
+#define MAXPID 30000
|
||||
+#endif
|
||||
|
||||
/*
|
||||
* Globals
|
||||
@@ -182,7 +185,7 @@
|
||||
/*
|
||||
* main -- parse arguments, perform initialization, call event-loop
|
||||
*/
|
||||
-void
|
||||
+int
|
||||
main(argc, argv)
|
||||
int argc;
|
||||
char **argv;
|
||||
@@ -679,7 +682,11 @@
|
||||
#else
|
||||
int oldmask;
|
||||
int pid;
|
||||
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
|
||||
union wait status;
|
||||
+#else
|
||||
+ int status;
|
||||
+#endif
|
||||
#endif
|
||||
|
||||
if (!deadChildren)
|
Loading…
Reference in New Issue
Block a user