diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-10-27 07:33:44 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-10-27 07:33:44 +0000 |
commit | 998e8097b8aa63df941786d48754741b38ad9e9a (patch) | |
tree | 44e04f863e500d3aed0939a14ce18d17be728f18 /sys/compat/freebsd/freebsd_syscalls.c | |
parent | 2239b4a820530792c505f69f9e902a3136cf7151 (diff) |
sync
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscalls.c')
-rw-r--r-- | sys/compat/freebsd/freebsd_syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c index d0f8b13acfd..70c0f2110b7 100644 --- a/sys/compat/freebsd/freebsd_syscalls.c +++ b/sys/compat/freebsd/freebsd_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_syscalls.c,v 1.11 1999/06/07 07:18:34 deraadt Exp $ */ +/* $OpenBSD: freebsd_syscalls.c,v 1.12 1999/10/27 07:33:43 niklas Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.11 1999/06/07 07:17:46 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.12 1999/10/27 07:32:55 niklas Exp */ char *freebsd_syscallnames[] = { |