1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net-mgmt/docsis/files/patch-ethermac.h
Yen-Ming Lee 936a825fc4 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
2003-05-07 01:40:46 +00:00

14 lines
293 B
C

$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);