diff options
author | bde <bde@FreeBSD.org> | 2000-05-09 08:31:06 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-05-09 08:31:06 +0000 |
commit | 7bd103c8fba264ecfac801d8c9273878096b3792 (patch) | |
tree | 07916dabb5064be24382c6c83f35552b002f68e8 /lib/libc/stdlib/reallocf.c | |
parent | e2d76028f00824c540a603bfb0fcb53716aa36d4 (diff) | |
download | FreeBSD-src-7bd103c8fba264ecfac801d8c9273878096b3792.zip FreeBSD-src-7bd103c8fba264ecfac801d8c9273878096b3792.tar.gz |
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.
Diffstat (limited to 'lib/libc/stdlib/reallocf.c')
0 files changed, 0 insertions, 0 deletions