Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/amd64 revert accidental commit from un...
details: https://anonhg.NetBSD.org/src/rev/c3976cfd7b60
branches: trunk
changeset: 767151:c3976cfd7b60
user: christos <christos%NetBSD.org@localhost>
date: Sat Jul 09 23:46:32 2011 +0000
description:
revert accidental commit from unrelated change. no custom linux fork.
diffstat:
sys/compat/linux/arch/amd64/syscalls.master | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2fdf308a66a9 -r c3976cfd7b60 sys/compat/linux/arch/amd64/syscalls.master
--- a/sys/compat/linux/arch/amd64/syscalls.master Sat Jul 09 23:18:05 2011 +0000
+++ b/sys/compat/linux/arch/amd64/syscalls.master Sat Jul 09 23:46:32 2011 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.38 2011/07/09 14:49:40 christos Exp $
+ $NetBSD: syscalls.master,v 1.39 2011/07/09 23:46:32 christos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -174,7 +174,7 @@
int optname, void *optval, int *optlen); }
56 STD { int|linux_sys||clone(int flags, void *stack, \
void *parent_tidptr, void *child_tidptr, void *tls); }
-57 STD { int|linux_sys||fork(void); }
+57 NOARGS { int|sys||fork(void); }
58 NOARGS { int|sys|14|vfork(void); }
59 NOARGS { int|sys||execve(const char *path, char **argp, \
char **envp); }
Home |
Main Index |
Thread Index |
Old Index