freebsd-ports/sysutils/webmin/files/patch-mount_freebsd-mounts-7.c
Jimmy Olgeni 2b12620730 Add LICENSE and pet portlint (makepatch warnings).
Remove trailing whitespace.
2015-05-07 14:37:00 +00: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>