Source-Changes archive

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

CVS commit: src/sys/sys



Module Name:    src
Committed By:   christos
Date:           Sat Dec  3 17:10:47 UTC 2005

Modified Files:
        src/sys/sys: cc_microtime.h cpu_data.h disklabel_gpt.h drvctlio.h
            dvdio.h ieee754.h ioctl_compat.h joystick.h lwp.h null.h once.h
            sa.h savar.h systrace.h timex.h tprintf.h tty.h workqueue.h

Log Message:
Make sure that multiple header inclusion is done, it uses consistent names,
and it is around the whole code of the file, not parts of it.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/sys/cc_microtime.h src/sys/sys/disklabel_gpt.h \
    src/sys/sys/drvctlio.h src/sys/sys/joystick.h src/sys/sys/once.h \
    src/sys/sys/workqueue.h
cvs rdiff -r1.3 -r1.4 src/sys/sys/cpu_data.h
cvs rdiff -r1.6 -r1.7 src/sys/sys/dvdio.h src/sys/sys/null.h
cvs rdiff -r1.5 -r1.6 src/sys/sys/ieee754.h src/sys/sys/sa.h
cvs rdiff -r1.14 -r1.15 src/sys/sys/ioctl_compat.h
cvs rdiff -r1.30 -r1.31 src/sys/sys/lwp.h
cvs rdiff -r1.16 -r1.17 src/sys/sys/savar.h src/sys/sys/systrace.h \
    src/sys/sys/tprintf.h
cvs rdiff -r1.8 -r1.9 src/sys/sys/timex.h
cvs rdiff -r1.68 -r1.69 src/sys/sys/tty.h

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