summaryrefslogtreecommitdiff
path: root/sysutils/xsysinfo/files/patch-ag
blob: f9d9b94c3151814471c7a6dcd5eda2e3f66ca2f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>