diff options
author | bde <bde@FreeBSD.org> | 1995-11-12 04:24:53 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-11-12 04:24:53 +0000 |
commit | d2a46781601a9685992ab976af7123b70db384bc (patch) | |
tree | 3d38b91868ad64c14fd8ec83d3eacdfcd1012134 /sys/kern/syscalls.c | |
parent | 7ff55cdf0671eb6c1d21eac0f5eb878f5116d6d3 (diff) | |
download | FreeBSD-src-d2a46781601a9685992ab976af7123b70db384bc.zip FreeBSD-src-d2a46781601a9685992ab976af7123b70db384bc.tar.gz |
Fixed the args list for mount(). We're not ready for the BSD4.4lite2/
NetBSD interface.
Increased the bogusness of the args list for mmap(). The args lists for
most of the memory mapping functions are bogus. The args lists in
syscalls.master are a little better than the ones in the args structs
currently being used, but the improvement for mmap() changed the object
code and I don't want to worry about that now.
Increased the bogusness of the args list for fcntl. BSD4.4lite2/NetBSD
uses `void *' instead of int for the third arg. This has the advantage
of working when `void *'s are longer than ints, but requires extra bogus
casts that I hope to avoid.
Fixed the args list for uname. `struct outsname' seems to be a typo,
not an old interface.
Added comments about bogus args lists for open, mount, msync, munmap,
mprotect, madvise, mincore, fcntl, semsys, msgsys and shmsys.
Diffstat (limited to 'sys/kern/syscalls.c')
0 files changed, 0 insertions, 0 deletions