summaryrefslogtreecommitdiff
path: root/graphics/vcg/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/vcg/patches/patch-aj')
-rw-r--r--graphics/vcg/patches/patch-aj20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/vcg/patches/patch-aj b/graphics/vcg/patches/patch-aj
new file mode 100644
index 00000000000..47aa8e2f175
--- /dev/null
+++ b/graphics/vcg/patches/patch-aj
@@ -0,0 +1,20 @@
+--- 1.1 1995/02/18 17:49:27
++++ src/X11devfs.c 1995/02/18 18:03:42
+@@ -107,7 +107,7 @@
+
+ #ifdef X11
+
+-#include <X11/Xos.h>
++/*#include <X11/Xos.h>*/
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/cursorfont.h>
+@@ -128,7 +128,7 @@
+ #else
+ #include <sys/types.h>
+ #include <sys/stat.h>
+-#include <sys/param.h>
++/*#include <sys/param.h> */
+ #include <dirent.h>
+ #include <grp.h>
+ #include <pwd.h>