diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-03 15:51:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-03 15:51:02 +0000 |
commit | 6a5721bc6a5ed56b2b69599d4b948b461db989ce (patch) | |
tree | a32923a1243e2fa150ee9bd7db33842b158174bc /misc/xtend/patches/patch-aa | |
parent | 6124d338a00cb1ad5baa463d4735942ea9c775c5 (diff) | |
download | pkgsrc-6a5721bc6a5ed56b2b69599d4b948b461db989ce.tar.gz |
Fix errno.
Diffstat (limited to 'misc/xtend/patches/patch-aa')
-rw-r--r-- | misc/xtend/patches/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/xtend/patches/patch-aa b/misc/xtend/patches/patch-aa new file mode 100644 index 00000000000..cb58f87e856 --- /dev/null +++ b/misc/xtend/patches/patch-aa @@ -0,0 +1,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); |