diff options
| author | deraadt <deraadt@NetBSD.org> | 1993-10-15 10:58:42 +0000 |
|---|---|---|
| committer | deraadt <deraadt@NetBSD.org> | 1993-10-15 10:58:42 +0000 |
| commit | fc55b2487ee00a5d663f8a4466e613b282c814c7 (patch) | |
| tree | deabdc8d11070a25ab5126d86d25c85ff92c41ad /sys/compat/sunos/syscalls.master | |
| parent | 2193c056b880318fac661249960ac9424c5aaee9 (diff) | |
use the standard {get,set}domainname stuff
Diffstat (limited to 'sys/compat/sunos/syscalls.master')
| -rw-r--r-- | sys/compat/sunos/syscalls.master | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/sunos/syscalls.master b/sys/compat/sunos/syscalls.master index fc1101942ab..2082f212715 100644 --- a/sys/compat/sunos/syscalls.master +++ b/sys/compat/sunos/syscalls.master @@ -1,4 +1,4 @@ - $Id: syscalls.master,v 1.3 1993/10/13 02:31:49 deraadt Exp $ + $Id: syscalls.master,v 1.4 1993/10/15 10:58:42 deraadt Exp $ ; from: @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; System call name/number master file (or rather, slave, from SunOS). ; Processed to created sun_sysent.c, sun_syscalls.c and sun_syscall.h. @@ -182,8 +182,8 @@ 159 STD 1 sun_unmount 160 UNIMPL 0 nosys 161 UNIMPL 0 nosys -162 STD 2 sun_getdomainname -163 STD 2 sun_setdomainname +162 STD 2 getdomainname +163 STD 2 setdomainname 164 UNIMPL 5 rtschedule 165 UNIMPL 4 quotactl 166 UNIMPL 2 exportfs |
