diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
commit | 60aab665670e50cb18bba45ee25f2ed091759741 (patch) | |
tree | 924c1af9c149083e0626ceb279b67ad6ca69e630 /net/docsis/files/patch-ethermac.h | |
parent | BROKEN on !i386: Does not compile (diff) |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Notes
Notes:
svn path=/head/; revision=101812
Diffstat (limited to 'net/docsis/files/patch-ethermac.h')
-rw-r--r-- | net/docsis/files/patch-ethermac.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/docsis/files/patch-ethermac.h b/net/docsis/files/patch-ethermac.h deleted file mode 100644 index 2219065fbf36..000000000000 --- a/net/docsis/files/patch-ethermac.h +++ /dev/null @@ -1,13 +0,0 @@ - -$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); |