11 lines
259 B
Text
11 lines
259 B
Text
$NetBSD: patch-ar,v 1.2 2012/09/09 19:49:45 dholland Exp $
|
|
|
|
Don't declare own errno.
|
|
|
|
--- trapmon/trapmon.c.orig 2005-12-18 20:36:47.000000000 +0000
|
|
+++ trapmon/trapmon.c
|
|
@@ -93,4 +93,2 @@ static char rcsid[] =
|
|
|
|
-extern int errno;
|
|
-
|
|
static int Print = 1;
|