2013-09-26 17:14:40 +02:00

14 lines
427 B
Plaintext

$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);