From 0e5cfdf26717f71cc172a60a3acab3c369dcc941 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 24 Feb 2006 20:32:19 +0000 Subject: Include unistd.h when using getopt(3). --- net/flow-tools/distinfo | 3 ++- net/flow-tools/patches/patch-an | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 net/flow-tools/patches/patch-an (limited to 'net/flow-tools') diff --git a/net/flow-tools/distinfo b/net/flow-tools/distinfo index 1f3db96f606..32a0120a9f2 100644 --- a/net/flow-tools/distinfo +++ b/net/flow-tools/distinfo @@ -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-aj) = d183dc3b360110a1a90165b0094e349d3a964a2e SHA1 (patch-ak) = f5d13e165b7fac689bcea7e9d7ad07b17a79b7de SHA1 (patch-al) = 941cc23ea527624d21d40d3a73aa94f947f02552 SHA1 (patch-am) = d0c096c0710fe8b41a6bb55528f9098d50cda378 +SHA1 (patch-an) = db119ec8b12eb2b2a064fe8d1af77157311132ce diff --git a/net/flow-tools/patches/patch-an b/net/flow-tools/patches/patch-an new file mode 100644 index 00000000000..27966e43ebc --- /dev/null +++ b/net/flow-tools/patches/patch-an @@ -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 + #include ++#include + + void usage(void); + -- cgit v1.2.3