pkgsrc/sysutils/xfce4-systemload-plugin/patches/patch-aa
2007-04-12 09:55:08 +00:00

13 lines
375 B
Text

$NetBSD: patch-aa,v 1.4 2007/04/12 09:55:17 martti Exp $
--- panel-plugin/memswap.c.orig 2007-01-17 18:01:09.000000000 +0000
+++ panel-plugin/memswap.c 2007-01-23 21:42:59.000000000 +0000
@@ -113,7 +113,7 @@
return 0;
}
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__DragonFly__)
/*
* This is inspired by /usr/src/usr.bin/top/machine.c
*