added missing ether_aton and ether_ntoa

Change-Id: I32ee448abde4d5693d393030ed77ddc6d2ad1dfc
This commit is contained in:
Szymon Jakubczak
2010-06-09 15:53:28 -04:00
parent 16c91eff09
commit 4032c1e2df
4 changed files with 148 additions and 0 deletions

View File

@@ -34,6 +34,8 @@
#ifndef _NET_IF_ETHER_H_
#define _NET_IF_ETHER_H_
#include <sys/types.h>
#ifdef _KERNEL
#ifdef _KERNEL_OPT
#include "opt_mbuftrace.h"