diff options
Diffstat (limited to 'sys/compat/freebsd')
-rw-r--r-- | sys/compat/freebsd/freebsd_file.c | 2 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_syscall.h | 2 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_syscallargs.h | 2 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_syscalls.c | 2 | ||||
-rw-r--r-- | sys/compat/freebsd/freebsd_sysent.c | 2 | ||||
-rw-r--r-- | sys/compat/freebsd/syscalls.master | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/freebsd/freebsd_file.c b/sys/compat/freebsd/freebsd_file.c index 26f2819e7d1..d997c2b7447 100644 --- a/sys/compat/freebsd/freebsd_file.c +++ b/sys/compat/freebsd/freebsd_file.c @@ -1,4 +1,4 @@ -/* $NetBSD: freebsd_file.c,v 1.1 1995/10/10 01:19:30 mycroft Exp $ */ +/* $NetBSD: freebsd_file.c,v 1.2 1995/11/07 22:27:21 gwr Exp $ */ /* * Copyright (c) 1995 Frank van der Linden diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h index 950d7035cc5..154a6749ae9 100644 --- a/sys/compat/freebsd/freebsd_syscall.h +++ b/sys/compat/freebsd/freebsd_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 1995/10/10 01:34:37 mycroft Exp + * created from NetBSD: syscalls.master,v 1.3 1995/10/10 18:28:40 mycroft Exp */ #define FREEBSD_SYS_syscall 0 diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index 8cd71d90c08..54fa7e0ab88 100644 --- a/sys/compat/freebsd/freebsd_syscallargs.h +++ b/sys/compat/freebsd/freebsd_syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 1995/10/10 01:34:37 mycroft Exp + * created from NetBSD: syscalls.master,v 1.3 1995/10/10 18:28:40 mycroft Exp */ #define syscallarg(x) union { x datum; register_t pad; } diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c index 0131c0fbcf7..12339cf2423 100644 --- a/sys/compat/freebsd/freebsd_syscalls.c +++ b/sys/compat/freebsd/freebsd_syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 1995/10/10 01:34:37 mycroft Exp + * created from NetBSD: syscalls.master,v 1.3 1995/10/10 18:28:40 mycroft Exp */ char *freebsd_syscallnames[] = { diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c index 651817e1d84..98f8dc1f960 100644 --- a/sys/compat/freebsd/freebsd_sysent.c +++ b/sys/compat/freebsd/freebsd_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 1995/10/10 01:34:37 mycroft Exp + * created from NetBSD: syscalls.master,v 1.3 1995/10/10 18:28:40 mycroft Exp */ #include <sys/param.h> diff --git a/sys/compat/freebsd/syscalls.master b/sys/compat/freebsd/syscalls.master index 1f59e4d75e0..fc0c0743c8a 100644 --- a/sys/compat/freebsd/syscalls.master +++ b/sys/compat/freebsd/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.2.2.1 1995/10/20 16:07:40 pk Exp $ + $NetBSD: syscalls.master,v 1.3 1995/10/10 18:28:40 mycroft Exp $ ; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94 |