Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   dyoung
Date:           Wed Aug 29 22:33:44 UTC 2007

Modified Files:
        src/sys/compat/linux/common: linux_socket.c
        src/sys/dev/ic: ath.c
        src/sys/dev/pci: if_bge.c if_bnx.c if_pcn.c if_sip.c if_ti.c
        src/sys/dev/pcmcia: if_xi.c
        src/sys/dev/usb: if_aue.c if_cue.c if_url.c

Log Message:
Constify: LLADDR() -> CLLADDR().


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 src/sys/compat/linux/common/linux_socket.c
cvs rdiff -r1.84 -r1.85 src/sys/dev/ic/ath.c
cvs rdiff -r1.136 -r1.137 src/sys/dev/pci/if_bge.c
cvs rdiff -r1.8 -r1.9 src/sys/dev/pci/if_bnx.c
cvs rdiff -r1.39 -r1.40 src/sys/dev/pci/if_pcn.c
cvs rdiff -r1.113 -r1.114 src/sys/dev/pci/if_sip.c
cvs rdiff -r1.74 -r1.75 src/sys/dev/pci/if_ti.c
cvs rdiff -r1.60 -r1.61 src/sys/dev/pcmcia/if_xi.c
cvs rdiff -r1.102 -r1.103 src/sys/dev/usb/if_aue.c
cvs rdiff -r1.50 -r1.51 src/sys/dev/usb/if_cue.c
cvs rdiff -r1.28 -r1.29 src/sys/dev/usb/if_url.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