Source-Changes archive

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

CVS commit: syssrc/sys/compat/irix



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.




Home | Main Index | Thread Index | Old Index