Source-Changes archive

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

CVS commit: [netbsd-9] src/sys/ddb



Module Name:    src
Committed By:   martin
Date:           Sun Jan 26 11:28:11 UTC 2020

Modified Files:
        src/sys/ddb [netbsd-9]: db_command.c

Log Message:
Pull up following revision(s) (requested by uwe in ticket #656):

        sys/ddb/db_command.c: revision 1.162
        sys/ddb/db_command.c: revision 1.163
        sys/ddb/db_command.c: revision 1.164

db_command - make sure count is always initialized.
db_command - make setting have_addr more clear.
Don't set it to false that it's already initialized to.
db_command - don't hide local static variable in the middle of other
local variable definitions.  While here, get rid of the alignment of
variable names.


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.160.4.1 src/sys/ddb/db_command.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