mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
368 B
Plaintext
13 lines
368 B
Plaintext
$NetBSD: patch-ah,v 1.2 2010/05/06 11:14:01 adam Exp $
|
|
|
|
--- src/netlib.h.orig 2008-10-30 20:48:46.000000000 +0000
|
|
+++ src/netlib.h
|
|
@@ -476,6 +476,7 @@ extern int lib_num_rem_cpus;
|
|
extern SOCKET server_sock;
|
|
extern int times_up;
|
|
extern FILE *where;
|
|
+extern int fd;
|
|
extern int loops_per_msec;
|
|
extern float lib_local_per_cpu_util[];
|
|
|