Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/net



Module Name:    src
Committed By:   itojun
Date:           Thu May  1 07:53:00 UTC 2003

Modified Files:
        src/sys/net: if_ieee1394subr.c if_loop.c if_sl.c if_stf.c if_strip.c
            if_tun.c

Log Message:
bpf_mtap() does not care about M_PKTHDR at the top.  M_COPY_PKTHDR has some
consequences, so avoid it.  if we need to attach dummy headers, we should
use M_PREPEND instead.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/net/if_ieee1394subr.c
cvs rdiff -r1.42 -r1.43 src/sys/net/if_loop.c
cvs rdiff -r1.82 -r1.83 src/sys/net/if_sl.c
cvs rdiff -r1.32 -r1.33 src/sys/net/if_stf.c
cvs rdiff -r1.47 -r1.48 src/sys/net/if_strip.c
cvs rdiff -r1.59 -r1.60 src/sys/net/if_tun.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index