diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-28 13:47:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-28 13:47:03 +0000 |
commit | cab9e4984ef886485a179deef66ebafa436ba779 (patch) | |
tree | 60f086ce3a68ddfccf31a427bafd4cf73a6d7b87 /sys/kern | |
parent | f195a557c10e9e9b7e41b0cc154da9c1c72e0c09 (diff) |
COMPAT_09 uname is only used by freebsd compat, so move it to the right place
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 0efaa4faa4e..137936b56e9 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.87 2007/11/27 18:04:47 art Exp $ +; $OpenBSD: syscalls.master,v 1.88 2007/11/28 13:47:02 deraadt Exp $ ; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -307,7 +307,7 @@ ogetdomainname 163 COMPAT_09 { int sys_setdomainname(char *domainname, int len); } \ osetdomainname -164 COMPAT_09 { int sys_uname(struct outsname *name); } ouname +164 UNIMPL ouname 165 STD { int sys_sysarch(int op, void *parms); } 166 UNIMPL 167 UNIMPL |