Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/osf1
Module Name: src
Committed By: drochner
Date: Wed Jun 1 15:34:15 UTC 2005
Modified Files:
src/sys/compat/osf1: osf1_file.c osf1_generic.c osf1_mount.c
osf1_socket.c osf1_time.c
Log Message:
remove (caddr_t) casts on "const" pointers, and use __UNCONST()
where arguments are copied to the stackgap
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/compat/osf1/osf1_file.c
cvs rdiff -r1.6 -r1.7 src/sys/compat/osf1/osf1_generic.c
cvs rdiff -r1.28 -r1.29 src/sys/compat/osf1/osf1_mount.c
cvs rdiff -r1.10 -r1.11 src/sys/compat/osf1/osf1_socket.c
cvs rdiff -r1.8 -r1.9 src/sys/compat/osf1/osf1_time.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