Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   kleink
Date:           Mon Jan 10 16:58:39 UTC 2000

Modified Files:
        basesrc/include: Makefile dirent.h locale.h stddef.h stdio.h stdlib.h
            string.h strings.h time.h unistd.h
        syssrc/sys/sys: Makefile param.h
Added Files:
        syssrc/sys/sys: null.h
Removed Files:
        basesrc/include: null.h

Log Message:
Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due to
td C headers including it, and a kernel module written in C++ would benfit
as well.


To generate a diff of this commit:
cvs rdiff -r1.80 -r1.81 basesrc/include/Makefile
cvs rdiff -r1.15 -r1.16 basesrc/include/dirent.h
cvs rdiff -r1.8 -r1.9 basesrc/include/locale.h
cvs rdiff -r1.1 -r0 basesrc/include/null.h
cvs rdiff -r1.6 -r1.7 basesrc/include/stddef.h
cvs rdiff -r1.31 -r1.32 basesrc/include/stdio.h
cvs rdiff -r1.43 -r1.44 basesrc/include/stdlib.h
cvs rdiff -r1.21 -r1.22 basesrc/include/string.h
cvs rdiff -r1.7 -r1.8 basesrc/include/strings.h
cvs rdiff -r1.23 -r1.24 basesrc/include/time.h
cvs rdiff -r1.79 -r1.80 basesrc/include/unistd.h
cvs rdiff -r1.17 -r1.18 syssrc/sys/sys/Makefile
cvs rdiff -r0 -r1.1 syssrc/sys/sys/null.h
cvs rdiff -r1.82 -r1.83 syssrc/sys/sys/param.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