79498ab6e3
kdesysguard is not wasted. (Not that I consider this very useful, but showing just "UNKNOWN COMMAND" looks bad.)
13 lines
427 B
Text
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);
|