forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
323 B
C
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>
|