diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-01-05 00:38:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-01-05 00:38:14 +0000 |
commit | 95759337c35fa3bcca6449f58ae42eadac53a71f (patch) | |
tree | b77c1fa7dba6a97b1c89ed39ec0ee0b6a2cea363 /sys/compat/freebsd | |
parent | 61e7751eca16b3bbc16168c631f6cbcd28206ab2 (diff) |
regen
Diffstat (limited to 'sys/compat/freebsd')
-rw-r--r-- | sys/compat/freebsd/freebsd_syscall.h | 4 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_syscallargs.h | 4 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_syscalls.c | 4 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_sysent.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h index 6d7bf5eff69..3cae3becb0a 100644 --- a/sys/compat/freebsd/freebsd_syscall.h +++ b/sys/compat/freebsd/freebsd_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_syscall.h,v 1.35 2008/01/05 00:36:13 miod Exp $ */ +/* $OpenBSD: freebsd_syscall.h,v 1.36 2008/01/05 00:38:13 miod Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.32 2007/11/28 13:47:02 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index edf28f87c89..383713acf10 100644 --- a/sys/compat/freebsd/freebsd_syscallargs.h +++ b/sys/compat/freebsd/freebsd_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_syscallargs.h,v 1.37 2008/01/05 00:36:13 miod Exp $ */ +/* $OpenBSD: freebsd_syscallargs.h,v 1.38 2008/01/05 00:38:13 miod Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.32 2007/11/28 13:47:02 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp */ #ifdef syscallarg diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c index b390dc79f40..379fdc9293e 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.35 2008/01/05 00:36:13 miod Exp $ */ +/* $OpenBSD: freebsd_syscalls.c,v 1.36 2008/01/05 00:38:13 miod Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.32 2007/11/28 13:47:02 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp */ char *freebsd_syscallnames[] = { diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c index e90168ea487..aed04818aa1 100644 --- a/sys/compat/freebsd/freebsd_sysent.c +++ b/sys/compat/freebsd/freebsd_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_sysent.c,v 1.36 2008/01/05 00:36:13 miod Exp $ */ +/* $OpenBSD: freebsd_sysent.c,v 1.37 2008/01/05 00:38:13 miod Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.32 2007/11/28 13:47:02 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp */ #include <sys/param.h> |