freebsd-ports/net/annextools/files/patch-erpcd::env_parser.c
Bruce M Simpson 94886678c1 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)
2003-09-25 19:49:31 +00:00

11 lines
316 B
C

--- erpcd/env_parser.c.orig Fri Apr 3 15:36:47 1998
+++ erpcd/env_parser.c Thu Sep 18 20:10:32 2003
@@ -29,6 +29,8 @@
#include <netinet/in.h>
#include <netdb.h>
#include <net/if.h>
+#include <net/if_var.h>
+#include <netinet/in.h>
#include <netinet/in_var.h>
#include <netinet/if_ether.h>
#include <syslog.h>