Make bind1() and accept1() non-static for linux emulator use.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 6 Sep 2003 20:34:35 +0000 (20:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 6 Sep 2003 20:34:35 +0000 (20:34 +0000)
commit02844a31f17ffff997e02cf1e889129b7c448a87
tree7888d696bc20c5df81ad4442f4185b26e773b694
parent8a02b03bc990c6641253cdcc9fa8a8dff78f6264
Make bind1() and accept1() non-static for linux emulator use.
Matt: added fix to long standing bug in getsockaddr() that could allocate
too little space and overrun the structure.

Submitted-by: "David P. Reese Jr." <daver@gomerbud.com>
sys/kern/uipc_syscalls.c