From 3a3fbe75381ce568da7b48a61c1ede186f8f4266 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 9 Dec 2005 11:48:11 +0000 Subject: Fix errno. --- emulators/ucon64/distinfo | 5 ++++- emulators/ucon64/patches/patch-ad | 15 +++++++++++++++ emulators/ucon64/patches/patch-ae | 14 ++++++++++++++ emulators/ucon64/patches/patch-af | 14 ++++++++++++++ 4 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 emulators/ucon64/patches/patch-ad create mode 100644 emulators/ucon64/patches/patch-ae create mode 100644 emulators/ucon64/patches/patch-af (limited to 'emulators/ucon64') diff --git a/emulators/ucon64/distinfo b/emulators/ucon64/distinfo index 96b6e937525..9b0dd246f74 100644 --- a/emulators/ucon64/distinfo +++ b/emulators/ucon64/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/07/26 04:12:22 tv Exp $ +$NetBSD: distinfo,v 1.2 2005/12/09 11:48:11 joerg Exp $ SHA1 (ucon64-2.0.0-src.tar.gz) = 8782bbc2bf5760fafe3fa4cd02b67991d984a973 RMD160 (ucon64-2.0.0-src.tar.gz) = c28921cfae1a010db917b96be542c089690b374c @@ -6,3 +6,6 @@ Size (ucon64-2.0.0-src.tar.gz) = 1188488 bytes SHA1 (patch-aa) = fd1543314b6ca6d432c6d88b8b7590085dfc51e9 SHA1 (patch-ab) = 25f5311844511674d5e64efe7c35cf86dacc34a9 SHA1 (patch-ac) = 9c7febe59e1c8e6959f56e34ced83a31fa54c294 +SHA1 (patch-ad) = c41895de15bc2a48bf5de1535f03d070ade79ea3 +SHA1 (patch-ae) = bfb38ecec2408deaaef881fa33943e2c45bccd4d +SHA1 (patch-af) = 5fea372717e49f3d161c544e5ee01a8d23d688ba diff --git a/emulators/ucon64/patches/patch-ad b/emulators/ucon64/patches/patch-ad new file mode 100644 index 00000000000..782509a639b --- /dev/null +++ b/emulators/ucon64/patches/patch-ad @@ -0,0 +1,15 @@ +$NetBSD: patch-ad,v 1.1 2005/12/09 11:48:11 joerg Exp $ + +--- misc/file.c.orig 2005-12-09 11:37:31.000000000 +0000 ++++ misc/file.c +@@ -90,10 +90,6 @@ Foundation, Inc., 675 Mass Ave, Cambridg + #define inline __inline + #endif + +- +-extern int errno; +- +- + int + isfname (int c) + { diff --git a/emulators/ucon64/patches/patch-ae b/emulators/ucon64/patches/patch-ae new file mode 100644 index 00000000000..4f7b6f2e183 --- /dev/null +++ b/emulators/ucon64/patches/patch-ae @@ -0,0 +1,14 @@ +$NetBSD: patch-ae,v 1.1 2005/12/09 11:48:11 joerg Exp $ + +--- misc/misc.c.orig 2005-12-09 11:41:00.000000000 +0000 ++++ misc/misc.c +@@ -88,9 +88,6 @@ typedef struct termios tty_t; + #endif // MAXBUFSIZE + #define MAXBUFSIZE 32768 + +- +-extern int errno; +- + typedef struct st_func_node + { + void (*func) (void); diff --git a/emulators/ucon64/patches/patch-af b/emulators/ucon64/patches/patch-af new file mode 100644 index 00000000000..e00b7f6237b --- /dev/null +++ b/emulators/ucon64/patches/patch-af @@ -0,0 +1,14 @@ +$NetBSD: patch-af,v 1.1 2005/12/09 11:48:11 joerg Exp $ + +--- misc/archive.c.orig 2005-12-09 11:42:47.000000000 +0000 ++++ misc/archive.c +@@ -48,9 +48,6 @@ Foundation, Inc., 675 Mass Ave, Cambridg + #define MAXBUFSIZE 32768 + + +-extern int errno; +- +- + int + fsizeof (const char *filename) + // If USE_ZLIB is defined this function is very slow. Please avoid to use -- cgit v1.2.3