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:   dsl
Date:           Sat Mar 13 22:40:51 UTC 2004

Modified Files:
        src/sys/sys: bootblock.h

Log Message:
Add a short key translation map for the boot code.
Usage:
        cp = strchr(bp->bp_keymap, c);
        if (cp != 0 && cp[1] != 0)
                c = cp[1];


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/sys/bootblock.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