mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
427 B
Plaintext
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);
|