| 460 | |
| 461 | #ifdef COMPAT_OLDSOCK |
| 462 | int |
| 463 | oaccept(struct thread *td, struct oaccept_args *uap) |
| 464 | { |
| 465 | |
| 466 | return (accept1(td, uap->s, uap->name, uap->anamelen, |
| 467 | ACCEPT4_INHERIT | ACCEPT4_COMPAT)); |
| 468 | } |
| 469 | #endif /* COMPAT_OLDSOCK */ |
| 470 | |
| 471 | int |