pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/flow-tools Include unistd.h when using getopt(3).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5d025d531c0
branches:  trunk
changeset: 508741:a5d025d531c0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 24 20:32:19 2006 +0000

description:
Include unistd.h when using getopt(3).

diffstat:

 net/flow-tools/distinfo         |   3 ++-
 net/flow-tools/patches/patch-an |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 379ea5771c41 -r a5d025d531c0 net/flow-tools/distinfo
--- a/net/flow-tools/distinfo   Fri Feb 24 20:27:50 2006 +0000
+++ b/net/flow-tools/distinfo   Fri Feb 24 20:32:19 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2005/07/21 12:54:02 seb Exp $
+$NetBSD: distinfo,v 1.9 2006/02/24 20:32:19 joerg Exp $
 
 SHA1 (flow-tools-0.68.tar.gz) = 6259263ac4fbf8a9394224e4053393fa756473c7
 RMD160 (flow-tools-0.68.tar.gz) = 71bfd1a40cb34fae55b2769d93208d13b3b0a927
@@ -16,3 +16,4 @@
 SHA1 (patch-ak) = f5d13e165b7fac689bcea7e9d7ad07b17a79b7de
 SHA1 (patch-al) = 941cc23ea527624d21d40d3a73aa94f947f02552
 SHA1 (patch-am) = d0c096c0710fe8b41a6bb55528f9098d50cda378
+SHA1 (patch-an) = db119ec8b12eb2b2a064fe8d1af77157311132ce
diff -r 379ea5771c41 -r a5d025d531c0 net/flow-tools/patches/patch-an
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/flow-tools/patches/patch-an   Fri Feb 24 20:32:19 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-an,v 1.1 2006/02/24 20:32:19 joerg Exp $
+
+--- src/flow-header.c.orig     2006-02-24 20:29:49.000000000 +0000
++++ src/flow-header.c
+@@ -32,6 +32,7 @@
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <unistd.h>
+ 
+ void usage(void);
+ 



Home | Main Index | Thread Index | Old Index