mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
$NetBSD: patch-ag,v 1.1 2006/01/02 23:33:41 joerg Exp $
|
|
|
|
--- server.c.orig 2006-01-02 23:30:35.000000000 +0000
|
|
+++ server.c
|
|
@@ -65,8 +65,6 @@ static char XRNrcsid[] = "$Id: server.c,
|
|
#include <vfork.h>
|
|
#endif
|
|
|
|
-extern int errno;
|
|
-
|
|
#define BUFFER_SIZE 1024
|
|
/* This constant must be a 2^x times BUFFER_SIZE, for some x. */
|
|
#define MAX_BUFFER_SIZE (8*BUFFER_SIZE)
|