pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/gone Depend on the existence of errno.h and its e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0f0f9202293
branches:  trunk
changeset: 502907:a0f0f9202293
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 10 17:56:49 2005 +0000

description:
Depend on the existence of errno.h and its errno.

diffstat:

 misc/gone/distinfo         |   3 ++-
 misc/gone/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 4c8ead100fcf -r a0f0f9202293 misc/gone/distinfo
--- a/misc/gone/distinfo        Thu Nov 10 17:41:18 2005 +0000
+++ b/misc/gone/distinfo        Thu Nov 10 17:56:49 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 11:02:52 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/11/10 17:56:49 joerg Exp $
 
 SHA1 (gone-1.3.5.tar.gz) = 59ce0a7b71dc5a71c4864c060cef1bba67ee053f
 RMD160 (gone-1.3.5.tar.gz) = 269e4316592645b2acbfe3b25fbee378312601a9
 Size (gone-1.3.5.tar.gz) = 23800 bytes
+SHA1 (patch-aa) = 614b5a5a8fac377725b1532d4466f42c5387cfab
diff -r 4c8ead100fcf -r a0f0f9202293 misc/gone/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gone/patches/patch-aa        Thu Nov 10 17:56:49 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/11/10 17:56:49 joerg Exp $
+
+--- gone.c.orig        2005-11-10 17:54:17.000000000 +0000
++++ gone.c
+@@ -117,7 +117,6 @@ extern int optind, opterr;
+ #endif /* ULTRIX */
+ 
+ main(int argc, char *argv[]) {
+-    extern int errno;
+     char *ap;
+     char buffer[PASSWORD_BUFFER];
+     char *cryptBuffer;



Home | Main Index | Thread Index | Old Index