Subject: CVS commit: syssrc/sys/compat/irix
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 03/09/2002 18:05:22
Module Name:	syssrc
Committed By:	manu
Date:		Sat Mar  9 16:05:22 UTC 2002

Modified Files:
	syssrc/sys/compat/irix: irix_mount.c

Log Message:
Fixed a problem in getmountid emulation: we use the address of a kernel
structure for the mountid, but it is 32/64 bits long only, whereas
mountid is 128 bits long. Because we did not initialize the unused bits to
zero, the mountid was not always unique within a filesystem.

This makes autocad 1.3 able to start up.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/compat/irix/irix_mount.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.