mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
$NetBSD: patch-ae,v 1.1 2006/06/08 15:34:52 joerg Exp $
|
|
|
|
--- copyout.c.orig 2006-06-08 15:23:16.000000000 +0000
|
|
+++ copyout.c
|
|
@@ -49,8 +49,6 @@ int dup(int);
|
|
|
|
const char *cpo_error = "no error";
|
|
|
|
-extern int errno;
|
|
-
|
|
# define ERROR(code, str) (cpo_error = (str), errno = (code))
|
|
|
|
# define MACB_BLOCKSZ 128
|