From 9d4a253f1bb6e2d121770eeae8ddc42dfb5fcd5a Mon Sep 17 00:00:00 2001 From: gj Date: Sat, 10 Oct 1998 11:50:09 +0000 Subject: Add patch-ae to change MNT_NFS to MOUNT_NFS. Don't know how I managed to screw that up. This should now work for -stable. Reported by: Satoshi --- sysutils/xsysinfo/files/patch-ae | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysutils/xsysinfo/files/patch-ae (limited to 'sysutils/xsysinfo/files') diff --git a/sysutils/xsysinfo/files/patch-ae b/sysutils/xsysinfo/files/patch-ae new file mode 100644 index 0000000..12337b8 --- /dev/null +++ b/sysutils/xsysinfo/files/patch-ae @@ -0,0 +1,11 @@ +--- sysinfo.c.orig Sat Oct 10 13:43:22 1998 ++++ sysinfo.c Sat Oct 10 13:43:40 1998 +@@ -364,7 +364,7 @@ + #if (__FreeBSD_version >= 300003) /* ?? */ + mib[1] = MNT_EXPORTED; + #else +- mib[1] = MNT_NFS; ++ mib[1] = MOUNT_NFS; + #endif + mib[2] = NFS_NFSSTATS; + if (sysctl( mib, 3, &nfsstats, &size, NULL, 0) < 0) -- cgit v1.1