1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/math/oleo/files/patch-src_xrdb.c
John Marino 0b70cc11ff math/oleo: document ncurses and remove extern errno
While here, regenerate all patches with makepatch
2016-08-23 16:25:35 +00:00

11 lines
330 B
C

--- src/xrdb.c.orig 2000-08-10 21:02:51 UTC
+++ src/xrdb.c
@@ -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>