diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-10 03:56:36 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-10 03:56:36 +0000 |
commit | 523aad37ba2364d6924cb4fc55deef47fe918b81 (patch) | |
tree | 0cb5bf413d476d90850bae7384188cd227997baa /sysutils/xsysinfo | |
parent | 5ab2a31979520189ac7bd527402b7624ee40c33e (diff) | |
download | FreeBSD-ports-523aad37ba2364d6924cb4fc55deef47fe918b81.zip FreeBSD-ports-523aad37ba2364d6924cb4fc55deef47fe918b81.tar.gz |
Fix build on -current.
PR: 13675
Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm8.NCTU.edu.tw>
Diffstat (limited to 'sysutils/xsysinfo')
-rw-r--r-- | sysutils/xsysinfo/files/patch-ag | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/xsysinfo/files/patch-ag b/sysutils/xsysinfo/files/patch-ag new file mode 100644 index 0000000..f9d9b94 --- /dev/null +++ b/sysutils/xsysinfo/files/patch-ag @@ -0,0 +1,12 @@ +--- sysinfo.c.orig Thu Sep 9 20:54:08 1999 ++++ sysinfo.c Thu Sep 9 20:54:25 1999 +@@ -13,7 +13,9 @@ + #include <sys/ioctl_compat.h> /* XXX NTTYDISC is too well hidden */ + #include <sys/tty.h> + #include <sys/conf.h> ++#if __FreeBSD_version < 400000 + #include <sys/rlist.h> ++#endif + #include <sys/sysctl.h> + #include <sys/socket.h> + #include <err.h> |