summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ether.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-12-17 12:40:34 +0000
committerru <ru@FreeBSD.org>2003-12-17 12:40:34 +0000
commit1df45259591c8233ac65b0031774b50f3b791df4 (patch)
treecb79deb87f430caf11f013eff4540c587f790642 /sys/netgraph/ng_ether.h
parent6c49c65d276d185a38c2dffb97067fbb1faf4b60 (diff)
downloadFreeBSD-src-1df45259591c8233ac65b0031774b50f3b791df4.zip
FreeBSD-src-1df45259591c8233ac65b0031774b50f3b791df4.tar.gz
Made the Ethernet address parse type standard.
OK'ed by: archie
Diffstat (limited to 'sys/netgraph/ng_ether.h')
-rw-r--r--sys/netgraph/ng_ether.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netgraph/ng_ether.h b/sys/netgraph/ng_ether.h
index 013b433..98a0b4c 100644
--- a/sys/netgraph/ng_ether.h
+++ b/sys/netgraph/ng_ether.h
@@ -65,10 +65,5 @@ enum {
NGM_ETHER_SET_AUTOSRC, /* enable/disable src addr override */
};
-#ifdef _KERNEL
-/* Ethernet address parse type */
-extern const struct ng_parse_type ng_ether_enaddr_type;
-#endif /* _KERNEL */
-
#endif /* _NETGRAPH_NG_ETHER_H_ */
OpenPOWER on IntegriCloud