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