pkgsrc/x11/kdebase3/patches/patch-fb
drochner 79498ab6e3 Add some glue code so that the code which collects statistics for
kdesysguard is not wasted.
(Not that I consider this very useful, but showing just "UNKNOWN COMMAND"
looks bad.)
2003-06-05 21:29:32 +00:00

13 lines
427 B
Text

$NetBSD: patch-fb,v 1.1 2003/06/05 21:29:33 drochner Exp $
--- ksysguard/ksysguardd/NetBSD/netdev.h.orig 2003-06-05 20:10:03.000000000 +0200
+++ ksysguard/ksysguardd/NetBSD/netdev.h 2003-06-05 20:10:23.000000000 +0200
@@ -25,7 +25,7 @@
void initNetDev(struct SensorModul* sm);
void exitNetDev(void);
-void updateNetDev(void);
+int updateNetDev(void);
void checkNetDev(void);
void printNetDevRecBytes(const char* cmd);