pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/pdksh Depend on errno.h for errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b488f210057
branches:  trunk
changeset: 502922:7b488f210057
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 10 22:21:56 2005 +0000

description:
Depend on errno.h for errno.

diffstat:

 shells/pdksh/distinfo         |   3 ++-
 shells/pdksh/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 02c79f252213 -r 7b488f210057 shells/pdksh/distinfo
--- a/shells/pdksh/distinfo     Thu Nov 10 22:18:33 2005 +0000
+++ b/shells/pdksh/distinfo     Thu Nov 10 22:21:56 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:14:41 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/11/10 22:21:56 joerg Exp $
 
 SHA1 (pdksh-5.2.14.tar.gz) = 8b022e45de7691ef330f13b0981f0cff30b4047d
 RMD160 (pdksh-5.2.14.tar.gz) = 3ecb47ac7c7fc43445806a68c740c94278e2368f
 Size (pdksh-5.2.14.tar.gz) = 480107 bytes
 SHA1 (patch-aa) = 19cbe1ae50ee63549019c55c3eafb2bf138c401e
+SHA1 (patch-ab) = d1623335dee7933f3daf612eaf0cfe37c7e96744
diff -r 02c79f252213 -r 7b488f210057 shells/pdksh/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/pdksh/patches/patch-ab     Thu Nov 10 22:21:56 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2005/11/10 22:21:56 joerg Exp $
+
+--- sh.h.orig  2005-11-10 22:19:37.000000000 +0000
++++ sh.h
+@@ -116,7 +116,6 @@ void *memmove ARGS((void *d, const void 
+ #endif /* HAVE_PROTOTYPES */
+ 
+ #include <errno.h>
+-extern int errno;
+ 
+ #ifdef HAVE_FCNTL_H
+ # include <fcntl.h>



Home | Main Index | Thread Index | Old Index