diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-05-07 01:40:46 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-05-07 01:40:46 +0000 |
commit | 936a825fc484d4dd8d1bedca02185608b1bd75ee (patch) | |
tree | 88391858ac57b625887d8f7fa1cdca74e6fc726c /net/docsis/files/patch-ethermac.h | |
parent | Remove .bak file after reinplace. (diff) |
add patch files which are omitted in previous commit and unbreak this port.
Pointy hat to: leeym
Noticed by: "James E. Flemer" <jflemer@uvm.edu>, kris
Notes
Notes:
svn path=/head/; revision=80318
Diffstat (limited to 'net/docsis/files/patch-ethermac.h')
-rw-r--r-- | net/docsis/files/patch-ethermac.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/docsis/files/patch-ethermac.h b/net/docsis/files/patch-ethermac.h new file mode 100644 index 000000000000..2219065fbf36 --- /dev/null +++ b/net/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); |