summaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1998-01-09 06:10:55 +0000
committerthorpej <thorpej@NetBSD.org>1998-01-09 06:10:55 +0000
commitd92ba4e07cffe1186da3bc7698b66f2060cef4be (patch)
tree70b203ff02eff58ba9cbc4458fefc7c560aea685 /sys/compat
parent7c63fb27801fb726634a0964bc5f072b5f40b766 (diff)
Regen.
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/freebsd/freebsd_syscall.h2
-rw-r--r--sys/compat/freebsd/freebsd_syscallargs.h2
-rw-r--r--sys/compat/freebsd/freebsd_syscalls.c2
-rw-r--r--sys/compat/freebsd/freebsd_sysent.c4
4 files changed, 10 insertions, 0 deletions
diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h
index b769b5c8827..f2457532acf 100644
--- a/sys/compat/freebsd/freebsd_syscall.h
+++ b/sys/compat/freebsd/freebsd_syscall.h
@@ -1,3 +1,5 @@
+/* $NetBSD: freebsd_syscall.h,v 1.17 1998/01/09 06:10:55 thorpej Exp $ */
+
/*
* System call numbers.
*
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h
index 1d2b5e9bb03..a6a10cf7b6a 100644
--- a/sys/compat/freebsd/freebsd_syscallargs.h
+++ b/sys/compat/freebsd/freebsd_syscallargs.h
@@ -1,3 +1,5 @@
+/* $NetBSD: freebsd_syscallargs.h,v 1.16 1998/01/09 06:10:56 thorpej Exp $ */
+
/*
* System call argument lists.
*
diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c
index 7c411163939..e966883513b 100644
--- a/sys/compat/freebsd/freebsd_syscalls.c
+++ b/sys/compat/freebsd/freebsd_syscalls.c
@@ -1,3 +1,5 @@
+/* $NetBSD: freebsd_syscalls.c,v 1.16 1998/01/09 06:10:57 thorpej Exp $ */
+
/*
* System call names.
*
diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c
index 306557fdb5d..981000a42d7 100644
--- a/sys/compat/freebsd/freebsd_sysent.c
+++ b/sys/compat/freebsd/freebsd_sysent.c
@@ -1,3 +1,5 @@
+/* $NetBSD: freebsd_sysent.c,v 1.17 1998/01/09 06:10:58 thorpej Exp $ */
+
/*
* System call switch table.
*
@@ -12,6 +14,8 @@
#include <sys/syscallargs.h>
#include <compat/freebsd/freebsd_syscallargs.h>
#include <machine/freebsd_machdep.h>
+/* $NetBSD: freebsd_sysent.c,v 1.17 1998/01/09 06:10:58 thorpej Exp $ */
+
#define s(type) sizeof(type)