pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/screen Always use the errno from errno.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b53aadafbf8
branches:  trunk
changeset: 502683:6b53aadafbf8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 08 12:58:47 2005 +0000

description:
Always use the errno from errno.h.

diffstat:

 misc/screen/distinfo         |   4 ++--
 misc/screen/patches/patch-ai |  20 ++++++++++++++------
 2 files changed, 16 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 0f89b6017af3 -r 6b53aadafbf8 misc/screen/distinfo
--- a/misc/screen/distinfo      Tue Nov 08 11:18:02 2005 +0000
+++ b/misc/screen/distinfo      Tue Nov 08 12:58:47 2005 +0000
@@ -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-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 -r 0f89b6017af3 -r 6b53aadafbf8 misc/screen/patches/patch-ai
--- a/misc/screen/patches/patch-ai      Tue Nov 08 11:18:02 2005 +0000
+++ b/misc/screen/patches/patch-ai      Tue Nov 08 12:58:47 2005 +0000
@@ -1,10 +1,18 @@
-$NetBSD: patch-ai,v 1.1 2002/09/15 06:51:37 kim Exp $
-
-Use utmpx on NetBSD where available.
+$NetBSD: patch-ai,v 1.2 2005/11/08 12:58:47 joerg Exp $
 
---- 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)



Home | Main Index | Thread Index | Old Index