mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 13:30:02 -04:00
13 lines
366 B
Plaintext
13 lines
366 B
Plaintext
$NetBSD: patch-ah,v 1.3 2014/04/01 11:13:27 adam Exp $
|
|
|
|
--- src/netlib.h.orig 2012-06-19 20:46:47.000000000 +0000
|
|
+++ src/netlib.h
|
|
@@ -489,6 +489,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[];
|
|
|