diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 1998-10-10 11:50:09 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 1998-10-10 11:50:09 +0000 |
commit | 9e35fc88b99c8a366cf407e166307877e16c1029 (patch) | |
tree | 38c797964c3a0526f94405258adfbc5f3684c3a4 /sysutils/xsysinfo | |
parent | f84ea39c436f5d799dff91e02192107be0132469 (diff) | |
download | ports-9e35fc88b99c8a366cf407e166307877e16c1029.tar.gz ports-9e35fc88b99c8a366cf407e166307877e16c1029.zip |
Notes
Diffstat (limited to 'sysutils/xsysinfo')
-rw-r--r-- | sysutils/xsysinfo/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/xsysinfo/files/patch-ae b/sysutils/xsysinfo/files/patch-ae new file mode 100644 index 000000000000..12337b892b60 --- /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) |