Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/sys
Module Name: src
Committed By: fvdl
Date: Mon Oct 13 18:50:43 UTC 2003
Modified Files:
src/sys/sys: siginfo.h sigtypes.h ucontext.h
Log Message:
Define a few 32bit compat types (if COMPAT_NETBSD32, not exported to
userspace). Having them here is both good and bad. Good because they're
close to the actual native ones, bad because it exposes things out
of compat/netbsd32. However, putting the exclusively in the latter
requires a lot of reshuffling in the includes there, so this will
do for now.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/sys/siginfo.h
cvs rdiff -r1.4 -r1.5 src/sys/sys/sigtypes.h
cvs rdiff -r1.3 -r1.4 src/sys/sys/ucontext.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