diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-12-06 19:37:50 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-12-06 19:37:50 +0000 |
commit | cbd4eb763a28ef99d702989aeb0d801be74c89a6 (patch) | |
tree | 7ce8d2efbe653e5920c3bca3c86f659ca2e7a844 /sys/compat/linux/linux_syscalls.c | |
parent | 6c6cf8c2c8b69ed55cebe1d3820528494e23d8a4 (diff) |
Regen.
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
-rw-r--r-- | sys/compat/linux/linux_syscalls.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c index 00f7d0bcb88..dbee6b88e0c 100644 --- a/sys/compat/linux/linux_syscalls.c +++ b/sys/compat/linux/linux_syscalls.c @@ -1,3 +1,5 @@ +/* $OpenBSD: linux_syscalls.c,v 1.13 1999/12/06 19:37:49 aaron Exp $ */ + /* * System call names. * @@ -31,7 +33,7 @@ char *linux_syscallnames[] = { "umount", /* 22 = umount */ "setuid", /* 23 = setuid */ "getuid", /* 24 = getuid */ - "#25 (unimplemented stime)", /* 25 = unimplemented stime */ + "stime", /* 25 = stime */ "#26 (unimplemented ptrace)", /* 26 = unimplemented ptrace */ "alarm", /* 27 = alarm */ "#28 (obsolete ofstat)", /* 28 = obsolete ofstat */ |