Source-Changes archive

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

CVS commit: src/sys/compat/netbsd32



Module Name:    src
Committed By:   njoly
Date:           Mon Mar 16 20:48:13 UTC 2009

Modified Files:
        src/sys/compat/netbsd32: netbsd32.h netbsd32_netbsd.c syscalls.master

Log Message:
Fix dev_t alignment, by not using the new 64bit value directly but
rather a 32bit aligned version (netbsd32_dev_t = netbsd32_uint64).

ok by cube@.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/compat/netbsd32/netbsd32.h
cvs rdiff -u -r1.155 -r1.156 src/sys/compat/netbsd32/netbsd32_netbsd.c
cvs rdiff -u -r1.78 -r1.79 src/sys/compat/netbsd32/syscalls.master

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