Source-Changes archive

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

CVS commit: src/sys/ddb



Module Name:    src
Committed By:   riastradh
Date:           Sun Oct 15 10:27:25 UTC 2023

Modified Files:
        src/sys/ddb: db_command.c db_syncobj.c db_syncobj.h

Log Message:
ddb: Constify db_syncobj_owner argument.

No need for it to be writable, and the actual type of the struct lwp
member is const.


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 src/sys/ddb/db_command.c
cvs rdiff -u -r1.2 -r1.3 src/sys/ddb/db_syncobj.c src/sys/ddb/db_syncobj.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