opnsense-ports/sysutils/webmin/files/patch-mount_freebsd-mounts-7.c
Franco Fichtner de546c6ea6 */*: sync with upstream
Taken from: FreeBSD
2015-05-08 07:55:04 +02:00

8 lines
209 B
C

--- mount/freebsd-mounts-7.c.orig 2015-03-13 23:51:39 UTC
+++ mount/freebsd-mounts-7.c
@@ -1,3 +1,5 @@
+#include <stdlib.h>
+#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <sys/param.h>