opnsense-ports/net/nfsshell/files/patch-nfs.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

11 lines
323 B
C

--- nfsshell.c.orig 2013-05-10 23:40:04.000000000 +0200
+++ nfsshell.c 2013-12-28 16:34:53.000000000 +0100
@@ -70,7 +70,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/time.h>
-#include <sys/sysmacros.h>
+#include <sys/param.h>
#include "mount.h"
#include "nfs_prot.h"
#include <netinet/in_systm.h>