diff options
author | bde <bde@FreeBSD.org> | 2003-12-25 09:59:02 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2003-12-25 09:59:02 +0000 |
commit | 8ce2b349efc45b33216c6f6f2be111c9c99ad0ba (patch) | |
tree | dc708d1d4bcfada8c385c5b005fa0b34cfa44b76 /sys/kern/sys_generic.c | |
parent | 757e456f2848f3517bfbcf13237c5aeeb88b0cca (diff) | |
download | FreeBSD-src-8ce2b349efc45b33216c6f6f2be111c9c99ad0ba.zip FreeBSD-src-8ce2b349efc45b33216c6f6f2be111c9c99ad0ba.tar.gz |
Quick fix for LINT breakage caused by interface changes in accept(2), etc.
The log message for rev.1.160 of kern/uipc_syscalls.c and associated
changes only claimed to add restrict qualifiers (which have no effect in
the kernel so they probably shouldn't be added), but the following
interface changes were also made:
- caddr_t to `void *' and `struct sockaddr_t *'
- `int *' to `socklen_t *'.
These interface changes are not quite null, and this fix is quick (like
the changes in uipc_syscalls 1.160) because it uses bogus casts instead
of complete bounds-checked conversions.
Things should be fixed better when the conversions can be done without
using the stack gap. linux_check_hdrincl() already uses the stack gap
and is fixed completely though the type mismatches in it were not fatal
(there were only fatal type mismatches from unopaquing pointers to
[o]sockaddr't's -- the difference between accept()'s args and oaccept()'s
args is now non-opaque, but this is not reflected in their args structs).
Diffstat (limited to 'sys/kern/sys_generic.c')
0 files changed, 0 insertions, 0 deletions