diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2003-09-25 19:49:31 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2003-09-25 19:49:31 +0000 |
commit | 94886678c1e033de12c9ac018e86e46929243712 (patch) | |
tree | f7e9eec06f45c11741b9d260056f6d21729d7894 /net-mgmt/annextools/files/patch-libannex::udp_layer.c | |
parent | - Update to version 2.1.10 (diff) |
Add the Xylogics/Bay Networks/Nortel Networks Annex administration suite.
Allows the Annex to be administered from a FreeBSD host, rather than via
the console port. Tested with a MicroAnnex-XL 16 port device.
Reviewed by: edwin
Approved by: jake (mentor)
Diffstat (limited to 'net-mgmt/annextools/files/patch-libannex::udp_layer.c')
-rw-r--r-- | net-mgmt/annextools/files/patch-libannex::udp_layer.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/annextools/files/patch-libannex::udp_layer.c b/net-mgmt/annextools/files/patch-libannex::udp_layer.c new file mode 100644 index 000000000000..3376b80d0c22 --- /dev/null +++ b/net-mgmt/annextools/files/patch-libannex::udp_layer.c @@ -0,0 +1,12 @@ +--- libannex/udp_layer.c.orig Thu Aug 4 15:59:14 1994 ++++ libannex/udp_layer.c Thu Sep 18 20:10:32 2003 +@@ -63,7 +63,9 @@ + *****************************************************************************/ + + #include <stdio.h> ++#include <errno.h> + #include <sys/types.h> ++#include <netinet/in.h> + #include "../inc/config.h" + #include "port/port.h" + #include "../inc/slip/slip_user.h" |