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: Wed Jul 12 12:50:46 UTC 2023
Modified Files:
src/sys/ddb: db_syncobj.c
Log Message:
ddb: Cast pointer to uintptr_t, then to db_expr_t.
Avoids warnings about conversion between pointer and integer of
different size on some architectures.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/ddb/db_syncobj.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