diff options
author | phk <phk@FreeBSD.org> | 1996-01-26 09:29:29 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-01-26 09:29:29 +0000 |
commit | 2dd896405c74abac2e4fc5b59f6e4c0c8510f53f (patch) | |
tree | 60e789740041241e0b666fa65bdd83de42c3b38a /sys/net/fddi.h | |
parent | 8b13b00640349354a34dca6dbab316a65abb70d6 (diff) | |
download | FreeBSD-src-2dd896405c74abac2e4fc5b59f6e4c0c8510f53f.zip FreeBSD-src-2dd896405c74abac2e4fc5b59f6e4c0c8510f53f.tar.gz |
The last part of the ether_sprint -> %6D change.
Sorry for the delay.
(%D is for hexdumping.)
Diffstat (limited to 'sys/net/fddi.h')
-rw-r--r-- | sys/net/fddi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/fddi.h b/sys/net/fddi.h index 14ec343..4589f45 100644 --- a/sys/net/fddi.h +++ b/sys/net/fddi.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_fddi.h 8.1 (Berkeley) 6/10/93 - * $Id: if_fddi.h,v 1.1 1995/03/14 09:14:14 davidg Exp $ + * $Id: if_fddi.h,v 1.2 1995/05/30 08:09:21 rgrimes Exp $ */ #ifndef _NETINET_IF_FDDI_H_ @@ -72,7 +72,6 @@ struct fddi_header { #define fddi_ipmulticast_max ether_ipmulticast_max #define fddi_addmulti ether_addmulti #define fddi_delmulti ether_delmulti -#define fddi_sprintf ether_sprintf void fddi_ifattach __P((struct ifnet *)); void fddi_input __P((struct ifnet *, struct fddi_header *, struct mbuf *)); |