diff options
Diffstat (limited to 'math/oleo/files/patch-src_xrdb.c')
-rw-r--r-- | math/oleo/files/patch-src_xrdb.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/oleo/files/patch-src_xrdb.c b/math/oleo/files/patch-src_xrdb.c new file mode 100644 index 000000000000..baec3df8fbe9 --- /dev/null +++ b/math/oleo/files/patch-src_xrdb.c @@ -0,0 +1,10 @@ +--- src/xrdb.c.orig Wed Jul 14 23:30:28 2004 ++++ src/xrdb.c Wed Jul 14 23:30:29 2004 +@@ -57,7 +57,6 @@ + /* This should be included before the X include files; otherwise, we get + warnings about redefining NULL under BSD 4.3. */ + #include <sys/param.h> +-#define NeedFunctionPrototypes 0 + #include <X11/X.h> + #include <X11/Xlib.h> + #include <X11/Xutil.h> |