diff options
Diffstat (limited to 'net-mgmt/docsis/files/patch-ethermac.h')
-rw-r--r-- | net-mgmt/docsis/files/patch-ethermac.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/docsis/files/patch-ethermac.h b/net-mgmt/docsis/files/patch-ethermac.h new file mode 100644 index 000000000000..2219065fbf36 --- /dev/null +++ b/net-mgmt/docsis/files/patch-ethermac.h @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- ethermac.h.orig Wed Feb 13 14:09:52 2002 ++++ ethermac.h Thu Feb 27 19:14:53 2003 +@@ -22,6 +22,7 @@ + + #include <stdio.h> + #include <string.h> ++#include <stdlib.h> + + int ether_aton ( const char *macstr, unsigned char *outbuf ) ; + char * ether_ntoa ( const unsigned char *mac); |