summaryrefslogtreecommitdiffstats
path: root/sys/net/iso88025.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-03-15 19:10:19 +0000
committermdodd <mdodd@FreeBSD.org>2003-03-15 19:10:19 +0000
commit093d40edb1d304b698021190eab6b6f50b091d36 (patch)
tree1d5a3ab8ca3622777e4d9e2633b37e769cc0416a /sys/net/iso88025.h
parent3169856b57e981654efd7b83468c75ef88eecd93 (diff)
downloadFreeBSD-src-093d40edb1d304b698021190eab6b6f50b091d36.zip
FreeBSD-src-093d40edb1d304b698021190eab6b6f50b091d36.tar.gz
- Remove definition of senderr() from iso88025.h.
- Use definition of senderr() from if_ethersubr.c.
Diffstat (limited to 'sys/net/iso88025.h')
-rw-r--r--sys/net/iso88025.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/iso88025.h b/sys/net/iso88025.h
index a8e6872..71f2238 100644
--- a/sys/net/iso88025.h
+++ b/sys/net/iso88025.h
@@ -130,7 +130,6 @@ struct iso88025_addr {
#define ISO88025_MAX_MTU 18000
#define ISO88025_DEFAULT_MTU 1500
-#define senderr(e) { error = (e); goto bad;}
void iso88025_ifattach (struct ifnet *);
void iso88025_ifdetach (struct ifnet *, int);
OpenPOWER on IntegriCloud