summaryrefslogtreecommitdiff
path: root/net-mgmt/docsis/files/patch-ethermac.h
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-10 22:13:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-10 22:13:34 +0000
commitde32b9062970c51131f416aa3231a4944f5f0208 (patch)
tree8e8d05ba381a90da567ea2f3f0da56b051a21017 /net-mgmt/docsis/files/patch-ethermac.h
parent- Update to 1.9 (diff)
- Update to 0.9.5
PR: ports/114158 Submitted by: James E. Flemer <jflemer@alum.rpi.edu> (maintainer)
Diffstat (limited to 'net-mgmt/docsis/files/patch-ethermac.h')
-rw-r--r--net-mgmt/docsis/files/patch-ethermac.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-mgmt/docsis/files/patch-ethermac.h b/net-mgmt/docsis/files/patch-ethermac.h
deleted file mode 100644
index 2219065fbf36..000000000000
--- a/net-mgmt/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);