1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net-mgmt/flow-tools/files/patch-lib_ftsym.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

11 lines
233 B
C

--- lib/ftsym.c.orig Wed Nov 8 03:51:51 2006
+++ lib/ftsym.c Wed Nov 8 03:51:56 2006
@@ -35,6 +35,7 @@
#include <ctype.h>
#include <stddef.h>
#include <stdlib.h>
+#include <unistd.h>
#if HAVE_STRINGS_H
#include <strings.h>