mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-15 15:31:43 -04:00
13 lines
376 B
Plaintext
13 lines
376 B
Plaintext
$NetBSD: patch-af,v 1.1 2005/12/16 15:52:03 joerg Exp $
|
|
|
|
--- src/support.c.orig 2005-12-16 15:26:56.000000000 +0000
|
|
+++ src/support.c
|
|
@@ -40,7 +40,6 @@ static char sccsid[] = "@(#)support.c 2.
|
|
#include <sys/socket.h>
|
|
#include <string.h>
|
|
#include <utime.h>
|
|
-extern int errno; /* ...seems that errno.h doesn't define this everywhere */
|
|
#endif
|
|
|
|
extern void outofmemory();
|