From 8ea6c7556833dbc2d023349f3fcf763043165f56 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 20 Jan 2006 02:19:22 +0000 Subject: Fix errno. --- misc/siag/distinfo | 5 ++++- misc/siag/patches/patch-ac | 13 +++++++++++++ misc/siag/patches/patch-ad | 13 +++++++++++++ misc/siag/patches/patch-ae | 13 +++++++++++++ 4 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 misc/siag/patches/patch-ac create mode 100644 misc/siag/patches/patch-ad create mode 100644 misc/siag/patches/patch-ae (limited to 'misc') diff --git a/misc/siag/distinfo b/misc/siag/distinfo index d147da645a8..42d3291220c 100644 --- a/misc/siag/distinfo +++ b/misc/siag/distinfo @@ -1,8 +1,11 @@ -$NetBSD: distinfo,v 1.8 2005/12/28 16:37:59 reed Exp $ +$NetBSD: distinfo,v 1.9 2006/01/20 02:19:22 joerg Exp $ SHA1 (siag-3.5.7.tar.gz) = 007030eb29fc1a4d3a0d78f9d93893cf40b6b84b RMD160 (siag-3.5.7.tar.gz) = 41f20210e4b5b4704ecd0f539cbcf1d409bb9a1a Size (siag-3.5.7.tar.gz) = 1653929 bytes SHA1 (patch-aa) = d50549158fd83afb0a8cc9cb6ba607161ea45ff9 SHA1 (patch-ab) = 564a906957521afae681662d0e19fc06996682ac +SHA1 (patch-ac) = e037d16bada6730dfc02890c317d7365a314eb99 +SHA1 (patch-ad) = ffcf23d86942253eea4965af4241f62f73e490f4 +SHA1 (patch-ae) = 25d31c562a492395b10d680df9e8eabe6aa85603 SHA1 (patch-av) = 2e2598ca694ed93ff6bd34c9bb4625f915d412ad diff --git a/misc/siag/patches/patch-ac b/misc/siag/patches/patch-ac new file mode 100644 index 00000000000..1cd8269caa9 --- /dev/null +++ b/misc/siag/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.3 2006/01/20 02:19:22 joerg Exp $ + +--- xcommon/Ghostview.c.orig 2006-01-20 01:58:50.000000000 +0000 ++++ xcommon/Ghostview.c +@@ -57,8 +57,6 @@ typedef char *XPointer; + #endif + + #include +-/* BSD 4.3 errno.h does not declare errno */ +-extern int errno; + /* Both error returns are checked for non-blocking I/O. */ + /* Manufacture the other error code if only one exists. */ + #if !defined(EWOULDBLOCK) && defined(EAGAIN) diff --git a/misc/siag/patches/patch-ad b/misc/siag/patches/patch-ad new file mode 100644 index 00000000000..3bcc98d63a8 --- /dev/null +++ b/misc/siag/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.3 2006/01/20 02:19:22 joerg Exp $ + +--- plugins/clipart.c.orig 2006-01-20 02:00:41.000000000 +0000 ++++ plugins/clipart.c +@@ -37,8 +37,6 @@ + #include + + #include +-/* BSD 4.3 errno.h does not declare errno */ +-extern int errno; + #ifdef VMS + #include + #else diff --git a/misc/siag/patches/patch-ae b/misc/siag/patches/patch-ae new file mode 100644 index 00000000000..3725a062c08 --- /dev/null +++ b/misc/siag/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.4 2006/01/20 02:19:22 joerg Exp $ + +--- gvu/misc.c.orig 2006-01-20 02:04:26.000000000 +0000 ++++ gvu/misc.c +@@ -57,8 +57,6 @@ + #include + + #include +-/* BSD 4.3 errno.h does not declare errno */ +-extern int errno; + #ifdef VMS + #include + #endif -- cgit v1.2.3