mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
315 B
Plaintext
13 lines
315 B
Plaintext
$NetBSD: patch-ak,v 1.2 2010/05/06 11:14:01 adam Exp $
|
|
|
|
--- src/netlib.c.orig 2009-05-27 22:27:34.000000000 +0000
|
|
+++ src/netlib.c
|
|
@@ -262,6 +262,7 @@ union netperf_request_struct netperf_
|
|
union netperf_response_struct netperf_response;
|
|
|
|
FILE *where;
|
|
+int fd = -1;
|
|
|
|
char libfmt = '?';
|
|
|