Date: Sun, 2 Mar 2003 21:04:57 -0800 (PST) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c if_ef.c if_ethersubr.c if_fddisubr.c if_ieee80211subr.c if_iso88025subr.c if_vlan.c Message-ID: <200303030504.h2354vP3036203@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdodd 2003/03/02 21:04:57 PST FreeBSD src repository Modified files: sys/net bpf.c if_ef.c if_ethersubr.c if_fddisubr.c if_ieee80211subr.c if_iso88025subr.c if_vlan.c Log: sizeof(struct llc) -> LLC_SNAPFRAMELEN sizeof(struct ether_header) -> ETHER_HDR_LEN sizeof(struct fddi_header) -> FDDI_HDR_LEN Revision Changes Path 1.110 +1 -1 src/sys/net/bpf.c 1.23 +1 -1 src/sys/net/if_ef.c 1.138 +10 -10 src/sys/net/if_ethersubr.c 1.76 +2 -2 src/sys/net/if_fddisubr.c 1.6 +12 -12 src/sys/net/if_ieee80211subr.c 1.30 +3 -3 src/sys/net/if_iso88025subr.c 1.48 +2 -2 src/sys/net/if_vlan.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303030504.h2354vP3036203>