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_sysent.c | |
parent | 6c6cf8c2c8b69ed55cebe1d3820528494e23d8a4 (diff) |
Regen.
Diffstat (limited to 'sys/compat/linux/linux_sysent.c')
-rw-r--r-- | sys/compat/linux/linux_sysent.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c index 59bc913b9af..9023ffef69d 100644 --- a/sys/compat/linux/linux_sysent.c +++ b/sys/compat/linux/linux_sysent.c @@ -1,3 +1,5 @@ +/* $OpenBSD: linux_sysent.c,v 1.14 1999/12/06 19:37:49 aaron Exp $ */ + /* * System call switch table. * @@ -68,8 +70,8 @@ struct sysent linux_sysent[] = { sys_setuid }, /* 23 = setuid */ { 0, 0, sys_getuid }, /* 24 = getuid */ - { 0, 0, - sys_nosys }, /* 25 = unimplemented stime */ + { 1, s(struct linux_sys_stime_args), + linux_sys_stime }, /* 25 = stime */ { 0, 0, sys_nosys }, /* 26 = unimplemented ptrace */ { 1, s(struct linux_sys_alarm_args), |