opnsense-ports/math/oleo/files/patch-src_xrdb.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
356 B
C

--- 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>