freebsd-ports/net-mgmt/flow-tools/files/patch-lib_support.c
Stanislav Sedov a75b9780d3 - Add rc_subr script to run the flow-capture daemon [1]
- Fix some missed includes to avoid warnings
- Bump portrevision

Submitted by:	"Ryan T. Dean" <rtdean@cytherianage.net> (based on) [1]
2006-11-08 01:06:16 +00:00

10 lines
233 B
C

--- lib/support.c.orig Wed Nov 8 03:50:31 2006
+++ lib/support.c Wed Nov 8 03:51:27 2006
@@ -40,6 +40,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <syslog.h>
+#include <unistd.h>
#include <time.h>
#include <fcntl.h>