diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-10 08:07:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-10 08:07:31 +0000 |
commit | 7671605387bbd5e4f0d8839310f81a4b3d6c12c5 (patch) | |
tree | 1f8091ce8b107c5faa97a1a13bdd133f37de2737 /sys/compat/freebsd/freebsd_syscalls.c | |
parent | 312b63cab3976ffcb3290a469bbf55b90da4559e (diff) |
sync
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscalls.c')
-rw-r--r-- | sys/compat/freebsd/freebsd_syscalls.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c index 3a75dcb2292..1408dbefb64 100644 --- a/sys/compat/freebsd/freebsd_syscalls.c +++ b/sys/compat/freebsd/freebsd_syscalls.c @@ -1,8 +1,10 @@ +/* $OpenBSD: freebsd_syscalls.c,v 1.8 1999/02/10 08:07:30 deraadt Exp $ */ + /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.8 1997/11/13 18:35:23 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.9 1999/02/10 08:05:08 deraadt Exp */ char *freebsd_syscallnames[] = { |