$OpenBSD: patch-ksysguard_ksysguardd_FreeBSD_netdev_c,v 1.4 2003/07/30 12:59:22 espie Exp $
--- ksysguard/ksysguardd/FreeBSD/netdev.c.orig	Wed May  7 13:44:17 2003
+++ ksysguard/ksysguardd/FreeBSD/netdev.c	Mon Jun 16 18:32:25 2003
@@ -19,6 +19,7 @@
 	$Id: patch-ksysguard_ksysguardd_FreeBSD_netdev_c,v 1.4 2003/07/30 12:59:22 espie Exp $
 */
 
+#ifdef __FreeBSD__
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/sysctl.h>
@@ -321,3 +322,9 @@ void printNetDevSentBytesInfo(const char
 	if (!strncmp(retval[1], "collisions", 10))
 		fprintf(CurrentClient, "Transmitter Collisions\t0\t0\t1/s\n");
 }
+#else
+void initNetDev(void) {}
+void exitNetDev(void) {}
+void updateNetDev(void) {}
+void checkNetDev(void) {}
+#endif
