13 lines
383 B
Text
13 lines
383 B
Text
$NetBSD: patch-aa,v 1.3 2007/06/30 18:14:36 joerg Exp $
|
|
|
|
--- panel-plugin/net.c.orig 2007-06-30 17:58:57.000000000 +0000
|
|
+++ panel-plugin/net.c
|
|
@@ -46,7 +46,7 @@
|
|
#elif __APPLE__
|
|
# include "src/macos.h"
|
|
# include "src/macos.c"
|
|
-#elif __FreeBSD__
|
|
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
|
|
# include "wormulon/freebsd.h"
|
|
# include "wormulon/freebsd.c"
|
|
#elif __linux__
|