mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
utility to retrieve mount point data. These dinamically linked executables do not work on recent FreeBSD releases due to missing libraries. - Remove all unused binaries. - Fix a couple of warnings in the source file and always build the version that is actually used. - While I'm here, use SUB_FILES to improve PKGMESSAGE.
11 lines
197 B
C
11 lines
197 B
C
|
|
$FreeBSD$
|
|
|
|
--- mount/freebsd-mounts-7.c.orig
|
|
+++ 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>
|