pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/birda Add missing include



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dcd634798fc9
branches:  trunk
changeset: 593103:dcd634798fc9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Sep 25 19:40:28 2011 +0000

description:
Add missing include

diffstat:

 comms/birda/distinfo                   |   3 ++-
 comms/birda/patches/patch-src-iassrv.c |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 39776c00c2eb -r dcd634798fc9 comms/birda/distinfo
--- a/comms/birda/distinfo      Sun Sep 25 19:07:48 2011 +0000
+++ b/comms/birda/distinfo      Sun Sep 25 19:40:28 2011 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.17 2007/12/31 07:37:46 obache Exp $
+$NetBSD: distinfo,v 1.18 2011/09/25 19:40:28 joerg Exp $
 
 SHA1 (birda-1.3.tar.gz) = c72a2e05153f82e9e27e5cf36970a49ae122dbfe
 RMD160 (birda-1.3.tar.gz) = b53823b22db733a65cea515eadca59aa1024c96a
 Size (birda-1.3.tar.gz) = 57848 bytes
 SHA1 (patch-aa) = 5dc29878d541f354d5ed4b0cc910ca6d57d498fe
+SHA1 (patch-src-iassrv.c) = 538b6af337d278e1d435109b1651a97223979dc6
diff -r 39776c00c2eb -r dcd634798fc9 comms/birda/patches/patch-src-iassrv.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/birda/patches/patch-src-iassrv.c    Sun Sep 25 19:40:28 2011 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-src-iassrv.c,v 1.1 2011/09/25 19:40:28 joerg Exp $
+
+--- src/iassrv.c.orig  2011-09-25 08:59:49.000000000 +0000
++++ src/iassrv.c
+@@ -33,6 +33,7 @@
+ #include <ias.h>
+ 
+ #include <string.h>
++#include <unistd.h>
+ 
+ /**********************************************************************
+  * Constants



Home | Main Index | Thread Index | Old Index