From 6a5721bc6a5ed56b2b69599d4b948b461db989ce Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 3 Jan 2006 15:51:02 +0000 Subject: Fix errno. --- misc/xtend/distinfo | 6 +++++- misc/xtend/patches/patch-aa | 10 ++++++++++ misc/xtend/patches/patch-ab | 13 +++++++++++++ misc/xtend/patches/patch-ac | 12 ++++++++++++ misc/xtend/patches/patch-ad | 12 ++++++++++++ 5 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 misc/xtend/patches/patch-aa create mode 100644 misc/xtend/patches/patch-ab create mode 100644 misc/xtend/patches/patch-ac create mode 100644 misc/xtend/patches/patch-ad (limited to 'misc/xtend') diff --git a/misc/xtend/distinfo b/misc/xtend/distinfo index 8a53d37501b..600d0649a2d 100644 --- a/misc/xtend/distinfo +++ b/misc/xtend/distinfo @@ -1,5 +1,9 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 11:02:59 agc Exp $ +$NetBSD: distinfo,v 1.4 2006/01/03 15:51:02 joerg Exp $ SHA1 (xtend-1.2beta4.tar.gz) = 475b5aa26502a5b3f7a828c038d3dade3884fd88 RMD160 (xtend-1.2beta4.tar.gz) = aa705d00b22ca3b7c7c83c54908d91000c61f768 Size (xtend-1.2beta4.tar.gz) = 49502 bytes +SHA1 (patch-aa) = 5091708ed66f71c66fbdce52b0b33f727baf8c60 +SHA1 (patch-ab) = b827d265aaed3578863273ad97f9c585442fae3c +SHA1 (patch-ac) = 02515550e4bd1e50a89790993fa165f326848445 +SHA1 (patch-ad) = 6f952e3e21f11882f800c5a04497b114eca7cb52 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); diff --git a/misc/xtend/patches/patch-ab b/misc/xtend/patches/patch-ab new file mode 100644 index 00000000000..fdc0bf75262 --- /dev/null +++ b/misc/xtend/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2006/01/03 15:51:02 joerg Exp $ + +--- util.c.orig 2006-01-03 15:36:06.000000000 +0000 ++++ util.c +@@ -51,7 +51,7 @@ + #include + #endif /* !HAVE_CONFIG_H */ + +-extern int errno, verbose, special, statusfile; ++extern int verbose, special, statusfile; + extern unsigned short okaytowipe; + extern unsigned char addresstable[16][16]; + extern char *file, *port, *lockdir; diff --git a/misc/xtend/patches/patch-ac b/misc/xtend/patches/patch-ac new file mode 100644 index 00000000000..9cf4d4ed81b --- /dev/null +++ b/misc/xtend/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2006/01/03 15:51:02 joerg Exp $ + +--- parse.c.orig 2006-01-03 15:37:34.000000000 +0000 ++++ parse.c +@@ -60,7 +60,6 @@ char *commandcodes[] = + "statusrequest" + }; + +-extern int errno; + extern char *port, *file, *shell, rcfilename[PATH_MAX], *lockdir, status; + extern unsigned char addresstable[16][16]; + extern int verbose, special, statusfile; diff --git a/misc/xtend/patches/patch-ad b/misc/xtend/patches/patch-ad new file mode 100644 index 00000000000..52b8e6a7a75 --- /dev/null +++ b/misc/xtend/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2006/01/03 15:51:02 joerg Exp $ + +--- exec.c.orig 2006-01-03 15:46:21.000000000 +0000 ++++ exec.c +@@ -35,7 +35,6 @@ + #include + #endif + +-extern int errno; + extern char **environ; + extern char *shell; + extern char *commands[]; -- cgit v1.2.3