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:   dholland
Date:           Sat Jun 11 06:20:11 UTC 2016

Modified Files:
        src/sys/arch/hp300/stand/common: netio.c
        src/sys/arch/hp300/stand/inst: inst.c
        src/sys/arch/i386/stand/lib: bootmenu.c menuutils.c
        src/sys/arch/mvme68k/stand/bootst: boot.c
        src/sys/lib/libsa: gets.c stand.h

Log Message:
gets_s -> kgets.

The exact name isn't that important; but it is important not to use
"gets_s" and thereby allow anyone to falsely get the impression we're
implementing Annex K. We aren't.

ok core.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hp300/stand/common/netio.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hp300/stand/inst/inst.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/i386/stand/lib/bootmenu.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/i386/stand/lib/menuutils.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/mvme68k/stand/bootst/boot.c
cvs rdiff -u -r1.12 -r1.13 src/sys/lib/libsa/gets.c
cvs rdiff -u -r1.80 -r1.81 src/sys/lib/libsa/stand.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