blob: cb58f87e856a8bd2985446b6c3d775140b9e6b23 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-aa,v 1.1 2006/01/03 15:51:02 joerg Exp $
--- xtend.c.orig 2006-01-03 15:34:49.000000000 +0000
+++ xtend.c
@@ -44,5 +44,4 @@ static char RCSID[] = "@(#) $Id: xtend.c
static char RCSID2[] = "@(#) $Silliness: Why are you snooping with ident? $";
-extern int errno;
int verbose = 0, special = 0;
char parsefunction (char *byte);
|