pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/yafc Fix errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7fe532be653
branches:  trunk
changeset: 505890:f7fe532be653
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 08 21:07:06 2006 +0000

description:
Fix errno.

diffstat:

 net/yafc/distinfo         |   3 ++-
 net/yafc/patches/patch-aa |  19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 205104064a98 -r f7fe532be653 net/yafc/distinfo
--- a/net/yafc/distinfo Sun Jan 08 21:00:22 2006 +0000
+++ b/net/yafc/distinfo Sun Jan 08 21:07:06 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:14:07 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/01/08 21:07:06 joerg Exp $
 
 SHA1 (yafc-0.7.10.tar.bz2) = a9a0cd2a86bb3e36b670c74fd348d68087cbe7b4
 RMD160 (yafc-0.7.10.tar.bz2) = f785bc4e9cfbef7d3aa35714726dce7a484e2eed
 Size (yafc-0.7.10.tar.bz2) = 403013 bytes
+SHA1 (patch-aa) = 91be0ade7cfb7fb72c452a6bd18c4dda353db71f
diff -r 205104064a98 -r f7fe532be653 net/yafc/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/yafc/patches/patch-aa Sun Jan 08 21:07:06 2006 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1 2006/01/08 21:07:06 joerg Exp $
+
+--- lib/makepath.c.orig        2006-01-08 21:04:51.000000000 +0000
++++ lib/makepath.c
+@@ -54,13 +54,7 @@ char *alloca ();
+ # include <stdlib.h>
+ #endif
+ 
+-#if HAVE_ERRNO_H
+-# include <errno.h>
+-#endif
+-
+-#ifndef errno
+-extern int errno;
+-#endif
++#include <errno.h>
+ 
+ #ifdef STDC_HEADERS /* HAVE_STRING_H */
+ # include <string.h>



Home | Main Index | Thread Index | Old Index