opnsense-ports/net/vortex/files/patch-xpipes.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

14 lines
334 B
C

--- ./xpipes.c.orig 2013-04-18 09:50:44.000000000 -0400
+++ ./xpipes.c 2013-04-18 09:54:21.000000000 -0400
@@ -37,7 +37,11 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+#ifdef linux
#include <linux/limits.h>
+#elif defined(__FreeBSD__)
+#include <sys/param.h>
+#endif
#include <pthread.h>
#include <unistd.h>