diff options
| author | 2003-08-15 14:02:22 +0000 | |
|---|---|---|
| committer | 2003-08-15 14:02:22 +0000 | |
| commit | c0e3b92798707ac6f87c3b0a4b0129996e5bf1df (patch) | |
| tree | 06a973346ae0d9950e3bf54072f27e9ac057c1f6 /sys/compat/linux/linux_misc.c | |
| parent | Kill more release shit I thought I had commited already... (diff) | |
| download | wireguard-openbsd-c0e3b92798707ac6f87c3b0a4b0129996e5bf1df.tar.xz wireguard-openbsd-c0e3b92798707ac6f87c3b0a4b0129996e5bf1df.zip | |
simplify.
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
| -rw-r--r-- | sys/compat/linux/linux_misc.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 2dcc6e455f4..44de020d36c 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_misc.c,v 1.52 2003/08/14 18:50:13 fgsch Exp $ */ +/* $OpenBSD: linux_misc.c,v 1.53 2003/08/15 14:02:22 fgsch Exp $ */ /* $NetBSD: linux_misc.c,v 1.27 1996/05/20 01:59:21 fvdl Exp $ */ /*- @@ -1537,9 +1537,3 @@ linux_sys_sysinfo(p, v, retval) return (copyout(&si, SCARG(uap, sysinfo), sizeof(si))); } - -int -linux_sys_exit_group(struct proc *p, void *v, register_t *retval) -{ - return (sys_exit(p, v, retval)); -} |
