diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-08 02:57:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-08 02:57:42 +0000 |
commit | a3580faa2b6d568a289a5b757d0601beb9c68cfd (patch) | |
tree | 39b2684c30780dfcdffedcd7cb3f2fce663f18a8 /net-mgmt/openvmps/files/patch-ab | |
parent | 4.9.10-20020809 => 4.9.10.20020809 (diff) |
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>
Diffstat (limited to 'net-mgmt/openvmps/files/patch-ab')
-rw-r--r-- | net-mgmt/openvmps/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/openvmps/files/patch-ab b/net-mgmt/openvmps/files/patch-ab new file mode 100644 index 000000000000..1de755cf0b03 --- /dev/null +++ b/net-mgmt/openvmps/files/patch-ab @@ -0,0 +1,10 @@ +--- 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> |