Source-Changes archive

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

CVS commit: syssrc/sys/dev/usb



Module Name:    syssrc
Committed By:   christos
Date:           Wed Feb 20 20:30:15 UTC 2002

Modified Files:
        syssrc/sys/dev/usb: ugen.c uhid.c usb.c usb.h usb_subr.c usbdi.c

Log Message:
Prefix structure members to protect them against clashes with eg. c++ keywords.
Suggested by Alfred Perlstein, from FreeBSD, ok'd by augustss


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 syssrc/sys/dev/usb/ugen.c
cvs rdiff -r1.49 -r1.50 syssrc/sys/dev/usb/uhid.c
cvs rdiff -r1.67 -r1.68 syssrc/sys/dev/usb/usb.c
cvs rdiff -r1.61 -r1.62 syssrc/sys/dev/usb/usb.h
cvs rdiff -r1.97 -r1.98 syssrc/sys/dev/usb/usb_subr.c
cvs rdiff -r1.96 -r1.97 syssrc/sys/dev/usb/usbdi.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