diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-24 20:32:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-24 20:32:19 +0000 |
commit | 0e5cfdf26717f71cc172a60a3acab3c369dcc941 (patch) | |
tree | 238d1f67328d5997c4275408cdf8a4d646d5025e /net/flow-tools | |
parent | 6f6ff77b4fce57bed46d7891cbc37156c8fb7a25 (diff) | |
download | pkgsrc-0e5cfdf26717f71cc172a60a3acab3c369dcc941.tar.gz |
Include unistd.h when using getopt(3).
Diffstat (limited to 'net/flow-tools')
-rw-r--r-- | net/flow-tools/distinfo | 3 | ||||
-rw-r--r-- | net/flow-tools/patches/patch-an | 12 |
2 files changed, 14 insertions, 1 deletions
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 <stdio.h> + #include <stdlib.h> ++#include <unistd.h> + + void usage(void); + |