diff options
| author | cgd <cgd@NetBSD.org> | 2000-08-18 19:35:15 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 2000-08-18 19:35:15 +0000 |
| commit | 0199b04bef79c41e70fe3602f0a9a04bb3832e59 (patch) | |
| tree | aaf5732a2827034a6e8dbd5b36f5bff9b42c28d0 /sys/compat/linux | |
| parent | 6858b430d323e64fa50d14f28a94c2be483437bd (diff) | |
update for changed makesyscalls.master
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_syscall.h | 2 | ||||
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_syscallargs.h | 2 | ||||
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_syscalls.c | 2 | ||||
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_sysent.c | 2 | ||||
| -rw-r--r-- | sys/compat/linux/arch/i386/linux_syscall.h | 2 | ||||
| -rw-r--r-- | sys/compat/linux/arch/i386/linux_syscallargs.h | 2 | ||||
| -rw-r--r-- | sys/compat/linux/arch/i386/linux_syscalls.c | 2 | ||||
| -rw-r--r-- | sys/compat/linux/arch/i386/linux_sysent.c | 2 | ||||
| -rw-r--r-- | sys/compat/linux/arch/m68k/linux_syscall.h | 2 | ||||
| -rw-r--r-- | sys/compat/linux/arch/m68k/linux_syscallargs.h | 2 | ||||
| -rw-r--r-- | sys/compat/linux/arch/m68k/linux_syscalls.c | 2 | ||||
| -rw-r--r-- | sys/compat/linux/arch/m68k/linux_sysent.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/sys/compat/linux/arch/alpha/linux_syscall.h b/sys/compat/linux/arch/alpha/linux_syscall.h index 1f8f38e41a0..90ff147f9f7 100644 --- a/sys/compat/linux/arch/alpha/linux_syscall.h +++ b/sys/compat/linux/arch/alpha/linux_syscall.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscall.h,v 1.19 2000/08/18 19:19:50 cgd Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.20 2000/08/18 19:35:19 cgd Exp $ */ /* * System call numbers. diff --git a/sys/compat/linux/arch/alpha/linux_syscallargs.h b/sys/compat/linux/arch/alpha/linux_syscallargs.h index ce2511dbdc9..b4e2cff4b5d 100644 --- a/sys/compat/linux/arch/alpha/linux_syscallargs.h +++ b/sys/compat/linux/arch/alpha/linux_syscallargs.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscallargs.h,v 1.19 2000/08/18 19:19:50 cgd Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.20 2000/08/18 19:35:19 cgd Exp $ */ /* * System call argument lists. diff --git a/sys/compat/linux/arch/alpha/linux_syscalls.c b/sys/compat/linux/arch/alpha/linux_syscalls.c index ad53e8e6197..5f2d62122a6 100644 --- a/sys/compat/linux/arch/alpha/linux_syscalls.c +++ b/sys/compat/linux/arch/alpha/linux_syscalls.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscalls.c,v 1.19 2000/08/18 19:19:50 cgd Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.20 2000/08/18 19:35:19 cgd Exp $ */ /* * System call names. diff --git a/sys/compat/linux/arch/alpha/linux_sysent.c b/sys/compat/linux/arch/alpha/linux_sysent.c index 59d955adad0..03b3297d449 100644 --- a/sys/compat/linux/arch/alpha/linux_sysent.c +++ b/sys/compat/linux/arch/alpha/linux_sysent.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_sysent.c,v 1.20 2000/08/18 19:19:50 cgd Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.21 2000/08/18 19:35:19 cgd Exp $ */ /* * System call switch table. diff --git a/sys/compat/linux/arch/i386/linux_syscall.h b/sys/compat/linux/arch/i386/linux_syscall.h index 12fc19d74a9..7db4fa53248 100644 --- a/sys/compat/linux/arch/i386/linux_syscall.h +++ b/sys/compat/linux/arch/i386/linux_syscall.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscall.h,v 1.18 2000/08/18 19:19:50 cgd Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.19 2000/08/18 19:35:19 cgd Exp $ */ /* * System call numbers. diff --git a/sys/compat/linux/arch/i386/linux_syscallargs.h b/sys/compat/linux/arch/i386/linux_syscallargs.h index 11c2f6a4a6c..16aad8cda8e 100644 --- a/sys/compat/linux/arch/i386/linux_syscallargs.h +++ b/sys/compat/linux/arch/i386/linux_syscallargs.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscallargs.h,v 1.18 2000/08/18 19:19:50 cgd Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.19 2000/08/18 19:35:20 cgd Exp $ */ /* * System call argument lists. diff --git a/sys/compat/linux/arch/i386/linux_syscalls.c b/sys/compat/linux/arch/i386/linux_syscalls.c index 00c88b7f74e..6f63512fce0 100644 --- a/sys/compat/linux/arch/i386/linux_syscalls.c +++ b/sys/compat/linux/arch/i386/linux_syscalls.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscalls.c,v 1.18 2000/08/18 19:19:51 cgd Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.19 2000/08/18 19:35:20 cgd Exp $ */ /* * System call names. diff --git a/sys/compat/linux/arch/i386/linux_sysent.c b/sys/compat/linux/arch/i386/linux_sysent.c index a7d1106a972..9ea74ce5b37 100644 --- a/sys/compat/linux/arch/i386/linux_sysent.c +++ b/sys/compat/linux/arch/i386/linux_sysent.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_sysent.c,v 1.18 2000/08/18 19:19:51 cgd Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.19 2000/08/18 19:35:20 cgd Exp $ */ /* * System call switch table. diff --git a/sys/compat/linux/arch/m68k/linux_syscall.h b/sys/compat/linux/arch/m68k/linux_syscall.h index 33a7f3b6f52..d85ae7b6b5c 100644 --- a/sys/compat/linux/arch/m68k/linux_syscall.h +++ b/sys/compat/linux/arch/m68k/linux_syscall.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscall.h,v 1.15 2000/08/18 19:19:51 cgd Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.16 2000/08/18 19:35:20 cgd Exp $ */ /* * System call numbers. diff --git a/sys/compat/linux/arch/m68k/linux_syscallargs.h b/sys/compat/linux/arch/m68k/linux_syscallargs.h index 3f0822ab104..70503c6cdf6 100644 --- a/sys/compat/linux/arch/m68k/linux_syscallargs.h +++ b/sys/compat/linux/arch/m68k/linux_syscallargs.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscallargs.h,v 1.15 2000/08/18 19:19:51 cgd Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.16 2000/08/18 19:35:20 cgd Exp $ */ /* * System call argument lists. diff --git a/sys/compat/linux/arch/m68k/linux_syscalls.c b/sys/compat/linux/arch/m68k/linux_syscalls.c index 73d5afe049a..e509e5a5d1c 100644 --- a/sys/compat/linux/arch/m68k/linux_syscalls.c +++ b/sys/compat/linux/arch/m68k/linux_syscalls.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscalls.c,v 1.15 2000/08/18 19:19:51 cgd Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.16 2000/08/18 19:35:20 cgd Exp $ */ /* * System call names. diff --git a/sys/compat/linux/arch/m68k/linux_sysent.c b/sys/compat/linux/arch/m68k/linux_sysent.c index 0d51764f67f..72829c5ec28 100644 --- a/sys/compat/linux/arch/m68k/linux_sysent.c +++ b/sys/compat/linux/arch/m68k/linux_sysent.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_sysent.c,v 1.15 2000/08/18 19:19:51 cgd Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.16 2000/08/18 19:35:20 cgd Exp $ */ /* * System call switch table. |
