summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/ldiv.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-05-09 08:31:06 +0000
committerbde <bde@FreeBSD.org>2000-05-09 08:31:06 +0000
commit7bd103c8fba264ecfac801d8c9273878096b3792 (patch)
tree07916dabb5064be24382c6c83f35552b002f68e8 /lib/libc/stdlib/ldiv.c
parente2d76028f00824c540a603bfb0fcb53716aa36d4 (diff)
downloadFreeBSD-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/ldiv.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud