diff options
| author | sommerfe <sommerfe@NetBSD.org> | 1999-03-25 04:26:45 +0000 |
|---|---|---|
| committer | sommerfe <sommerfe@NetBSD.org> | 1999-03-25 04:26:45 +0000 |
| commit | 280a8428500331a447cf02210e70734e951b7f93 (patch) | |
| tree | c2045f2286911e1d79bb198aad0f512947cf552d /sys/compat/linux/common/linux_socketcall.h | |
| parent | ec6b2370d952a77e78dc5a4020974e1a2e854c2d (diff) | |
commit fix to PR7072: emulate linux non-blocking connect behavior more correctly
Diffstat (limited to 'sys/compat/linux/common/linux_socketcall.h')
| -rw-r--r-- | sys/compat/linux/common/linux_socketcall.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_socketcall.h b/sys/compat/linux/common/linux_socketcall.h index 808a5f64a59..cf055c40714 100644 --- a/sys/compat/linux/common/linux_socketcall.h +++ b/sys/compat/linux/common/linux_socketcall.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socketcall.h,v 1.4 1998/10/04 00:02:44 fvdl Exp $ */ +/* $NetBSD: linux_socketcall.h,v 1.5 1999/03/25 04:26:45 sommerfe Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -235,6 +235,7 @@ int linux_sys_sendto __P((struct proc *, void *, register_t *)); int linux_sys_recvfrom __P((struct proc *, void *, register_t *)); int linux_sys_setsockopt __P((struct proc *, void *, register_t *)); int linux_sys_getsockopt __P((struct proc *, void *, register_t *)); +int linux_sys_connect __P((struct proc *, void *, register_t *)); __END_DECLS # endif /* !_KERNEL */ |
