pkgsrc/sysutils/xfce4-netload-plugin/patches/patch-ab
2007-06-30 18:14:35 +00:00

13 lines
417 B
Text

$NetBSD: patch-ab,v 1.3 2007/06/30 18:14:36 joerg Exp $
--- panel-plugin/net.h.orig 2007-06-30 17:58:11.000000000 +0000
+++ panel-plugin/net.h
@@ -62,7 +62,7 @@ typedef struct
#ifdef __HPUX__
int wait_pcks_counter;
nmapi_logstat* if_ptr;
-#elif __FreeBSD__
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
int watchif;
int dev_opened;
#elif __NetBSD__