$OpenBSD: patch-ksysguard_ksysguardd_FreeBSD_netdev_c,v 1.2 2003/01/27 19:22:50 espie Exp $
--- ksysguard/ksysguardd/FreeBSD/netdev.c.orig	Thu Dec  5 21:41:07 2002
+++ ksysguard/ksysguardd/FreeBSD/netdev.c	Thu Jan  9 23:22:01 2003
@@ -19,6 +19,7 @@
 	$Id: patch-ksysguard_ksysguardd_FreeBSD_netdev_c,v 1.2 2003/01/27 19:22:50 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
