mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
936a825fc4
Pointy hat to: leeym Noticed by: "James E. Flemer" <jflemer@uvm.edu>, kris
14 lines
293 B
C
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);
|