freebsd-ports/net/openvmps/files/patch-ab
Joe Marcus Clarke a3580faa2b Add OpenVMPS, a GPL implementation of a VLAN Management Policy Server. VMPS
allows for dynamic VLAN membership on Cisco switches.

PR:		57723
Submitted by:	Craig Boston <craig@yekse.gank.org>
2003-10-08 02:57:42 +00:00

10 lines
207 B
Text

--- data.h.orig Mon Oct 6 16:38:37 2003
+++ data.h Mon Oct 6 16:38:49 2003
@@ -3,6 +3,7 @@
#define __DATA__
#include <search.h>
+#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>