bde 7bd103c8fb Fixed the declaration of mmap(). The crufty padding arg had the wrong
type.  This gave an inconsistent amount of crufty padding on i386's with
64-bit longs (8 bytes instead of 4).  On alphas it gives a consistent
amount of crufty padding (8 bytes) in addition to the 4 bytes of normal
padding caused by passing int args as register_t's.

Fixed the args struct tag for the NOPROTO syscalls (netbsd_lchown() and
netbsd_msync()).  The tag is currently unused for NOPROTO syscalls, so
the bug has no effect, but it will be used even in the NOPROTO case to
calculate sy_nargs correctly.
2000-05-09 08:31:06 +00:00
..
2000-05-07 13:31:41 +00:00
2000-05-01 20:32:07 +00:00
2000-05-08 14:55:21 +00:00
2000-03-29 17:12:09 +00:00
2000-05-05 01:11:39 +00:00
2000-05-01 20:32:07 +00:00
2000-01-15 05:15:06 +00:00
2000-05-01 20:32:07 +00:00
2000-04-29 13:34:28 +00:00
2000-05-01 20:32:07 +00:00
1999-08-27 23:45:13 +00:00