diff options
author | 1995-10-26 01:43:51 +0000 | |
---|---|---|
committer | 1995-10-26 01:43:51 +0000 | |
commit | 0e45e0975b2bf59e40a57934ae10cbf09003e384 (patch) | |
tree | 529b6e1bbd792486583861d7be8fa2dc5dd7dc13 | |
parent | update from netbsd (diff) | |
download | wireguard-openbsd-0e45e0975b2bf59e40a57934ae10cbf09003e384.tar.xz wireguard-openbsd-0e45e0975b2bf59e40a57934ae10cbf09003e384.zip |
update from netbsd
-rw-r--r-- | sys/compat/freebsd/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/freebsd/syscalls.master b/sys/compat/freebsd/syscalls.master index 9f0b22bc1f9..1f59e4d75e0 100644 --- a/sys/compat/freebsd/syscalls.master +++ b/sys/compat/freebsd/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.2 1995/10/10 01:34:37 mycroft Exp $ + $NetBSD: syscalls.master,v 1.2.2.1 1995/10/20 16:07:40 pk Exp $ ; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -99,7 +99,7 @@ 37 NOARGS { int sys_kill(int pid, int signum); } 38 STD { int compat_43_freebsd_sys_stat(char *path, \ struct ostat *ub); } ostat -39 NOARGS { pid_t getppid(void); } +39 NOARGS { pid_t sys_getppid(void); } 40 STD { int compat_43_freebsd_sys_lstat(char *path, \ struct ostat *ub); } olstat 41 NOARGS { int sys_dup(u_int fd); } |