summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg>2005-11-08 12:58:47 +0000
committerjoerg <joerg>2005-11-08 12:58:47 +0000
commit6f472c3802fe6c4f42d1192a385b7c19fceb4064 (patch)
tree7d8bbc859030c5d3f8ce7d0ec0436b2540685919 /misc
parent7cb50a404e2344538a181d039e83bfe6e657b15e (diff)
downloadpkgsrc-6f472c3802fe6c4f42d1192a385b7c19fceb4064.tar.gz
Always use the errno from errno.h.
Diffstat (limited to 'misc')
-rw-r--r--misc/screen/distinfo4
-rw-r--r--misc/screen/patches/patch-ai20
2 files changed, 16 insertions, 8 deletions
diff --git a/misc/screen/distinfo b/misc/screen/distinfo
index ddb3329e4b4..f9ac10a7861 100644
--- a/misc/screen/distinfo
+++ b/misc/screen/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2005/09/28 19:35:36 rillig Exp $
+$NetBSD: distinfo,v 1.25 2005/11/08 12:58:47 joerg Exp $
SHA1 (screen-4.0.2.tar.gz) = 461eb9d5edc211e1480d7b5e94d89c4d9ba3643f
RMD160 (screen-4.0.2.tar.gz) = 42aea3d27ed25104f2a48606ea73234b715e480f
@@ -7,7 +7,7 @@ SHA1 (patch-aa) = f3f56a45dc7ab55db41b1a8d16a26134691280b1
SHA1 (patch-ab) = f4fc914ad9c48cb83cf3633630cb83e4a8e90ff5
SHA1 (patch-ac) = 4eb492cd7cf9cf0df11337e91dc8f55f440de761
SHA1 (patch-ae) = dcdbb1ca08e36308f5659a90a5b6f31fb3a45691
-SHA1 (patch-ai) = a3d2c7d2ef3db9deb7a5e70ed7f906efd3196af6
+SHA1 (patch-ai) = 6d01c6c5bebfefc5c2cd4d3c642205eedbc6b155
SHA1 (patch-aj) = d3a2a0170d92c06b25598ee2b5f288f0ef37f41f
SHA1 (patch-ak) = 20254505d621a994befc2e1bfef56c9291d09fe6
SHA1 (patch-al) = 6ee93058847f3894a886346676e4a613c0bd134e
diff --git a/misc/screen/patches/patch-ai b/misc/screen/patches/patch-ai
index 8486f862ac3..ae4b7599f37 100644
--- a/misc/screen/patches/patch-ai
+++ b/misc/screen/patches/patch-ai
@@ -1,10 +1,18 @@
-$NetBSD: patch-ai,v 1.1 2002/09/15 06:51:37 kim Exp $
+$NetBSD: patch-ai,v 1.2 2005/11/08 12:58:47 joerg Exp $
-Use utmpx on NetBSD where available.
-
---- os.h.orig Tue Jan 8 10:42:33 2002
-+++ os.h Sun Sep 15 01:47:33 2002
-@@ -260,9 +260,15 @@
+--- os.h.orig 2002-01-08 15:42:33.000000000 +0000
++++ os.h
+@@ -62,9 +62,6 @@
+ # undef exit
+ #endif /* sun */
+
+-#ifndef linux /* all done in <errno.h> */
+-extern int errno;
+-#endif /* linux */
+ #ifndef HAVE_STRERROR
+ /* No macros, please */
+ #undef strerror
+@@ -260,9 +257,15 @@ extern int errno;
#endif
#if defined(UTMPOK) || defined(BUGGYGETLOGIN)