Source-Changes archive

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

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   scw
Date:           Mon Aug 26 11:34:30 UTC 2002

Modified Files:
        syssrc/sys/ddb: db_command.c db_xxx.c
        syssrc/sys/kern: subr_prf.c

Log Message:
Casting from a pointer, to a db_expr_t, has to go via an intptr_t.
(db_expr_t == int64_t on sh5, for example).


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 syssrc/sys/ddb/db_command.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/ddb/db_xxx.c
cvs rdiff -r1.84 -r1.85 syssrc/sys/kern/subr_prf.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