diff options
author | jasoni <jasoni@cvs.openbsd.org> | 2000-03-08 03:36:23 +0000 |
---|---|---|
committer | jasoni <jasoni@cvs.openbsd.org> | 2000-03-08 03:36:23 +0000 |
commit | ed4b92080dd448bd585d6208f5177a02b8bd1ea9 (patch) | |
tree | 590acd59d697562319416d022d24a11967243d76 /sys/compat/linux/linux_sysent.c | |
parent | ee7c0e14ceef4898bcbfc95e429d49df04bdf414 (diff) |
sync
Diffstat (limited to 'sys/compat/linux/linux_sysent.c')
-rw-r--r-- | sys/compat/linux/linux_sysent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c index af6420683b2..7a5142bcb53 100644 --- a/sys/compat/linux/linux_sysent.c +++ b/sys/compat/linux/linux_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: linux_sysent.c,v 1.15 2000/02/28 13:30:52 jasoni Exp $ */ +/* $OpenBSD: linux_sysent.c,v 1.16 2000/03/08 03:36:22 jasoni Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.15 2000/02/28 13:29:30 jasoni Exp + * created from OpenBSD: syscalls.master,v 1.16 2000/03/08 03:35:29 jasoni Exp */ #include <sys/param.h> |