2013-09-26 17:14:40 +02:00

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