elad c62f8b0f18 The veriexec API uses dev_t and ino_t for device and inode numbers.
VOP_GETATTR() fills a struct vattr, where va_fsid and va_fileid (device
and inode..) are typed as long.

Add some casts when using these values and surround them with XXXs about
the potential size mismatch, as long can be 64 bits but dev_t and ino_t
are always 32 bits. This is safe because *for now* we're still using
32 bit inode numbers.

Discussed with blymn@.
2005-08-13 12:56:44 +00:00
..
2005-07-17 23:53:57 +00:00
2005-07-29 14:49:00 +00:00
2005-07-06 23:08:57 +00:00
2005-07-10 22:05:24 +00:00
2005-08-05 11:14:32 +00:00
2005-08-05 13:18:32 +00:00
2005-08-05 11:05:44 +00:00
2005-07-10 22:05:24 +00:00
2005-07-06 18:53:00 +00:00
2005-08-05 13:22:23 +00:00