Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/alpha Regen.
details: https://anonhg.NetBSD.org/src/rev/08b89cbc86b8
branches: trunk
changeset: 483811:08b89cbc86b8
user: erh <erh%NetBSD.org@localhost>
date: Sat Mar 18 23:53:38 2000 +0000
description:
Regen.
diffstat:
sys/compat/linux/arch/alpha/linux_syscall.h | 6 +++---
sys/compat/linux/arch/alpha/linux_syscallargs.h | 4 ++--
sys/compat/linux/arch/alpha/linux_syscalls.c | 4 ++--
sys/compat/linux/arch/alpha/linux_sysent.c | 6 +++---
4 files changed, 10 insertions(+), 10 deletions(-)
diffs (82 lines):
diff -r fb79eb8daa7b -r 08b89cbc86b8 sys/compat/linux/arch/alpha/linux_syscall.h
--- a/sys/compat/linux/arch/alpha/linux_syscall.h Sat Mar 18 23:53:24 2000 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscall.h Sat Mar 18 23:53:38 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.16 2000/03/18 22:46:53 erh Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.17 2000/03/18 23:53:38 erh Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.16 2000/03/18 20:43:33 erh Exp
+ * created from NetBSD: syscalls.master,v 1.17 2000/03/18 22:46:27 erh Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -286,7 +286,7 @@
/* syscall: "msgget" ret: "int" args: "key_t" "int" */
#define LINUX_SYS_msgget 201
-/* syscall: "msgrcv" ret: "int" args: "int" "void *" "size_t" "int" */
+/* syscall: "msgrcv" ret: "ssize_t" args: "int" "void *" "size_t" "long" "int" */
#define LINUX_SYS_msgrcv 202
/* syscall: "msgsnd" ret: "int" args: "int" "void *" "size_t" "int" */
diff -r fb79eb8daa7b -r 08b89cbc86b8 sys/compat/linux/arch/alpha/linux_syscallargs.h
--- a/sys/compat/linux/arch/alpha/linux_syscallargs.h Sat Mar 18 23:53:24 2000 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscallargs.h Sat Mar 18 23:53:38 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.16 2000/03/18 22:46:53 erh Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.17 2000/03/18 23:53:38 erh Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.16 2000/03/18 20:43:33 erh Exp
+ * created from NetBSD: syscalls.master,v 1.17 2000/03/18 22:46:27 erh Exp
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
diff -r fb79eb8daa7b -r 08b89cbc86b8 sys/compat/linux/arch/alpha/linux_syscalls.c
--- a/sys/compat/linux/arch/alpha/linux_syscalls.c Sat Mar 18 23:53:24 2000 +0000
+++ b/sys/compat/linux/arch/alpha/linux_syscalls.c Sat Mar 18 23:53:38 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscalls.c,v 1.16 2000/03/18 22:46:53 erh Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.17 2000/03/18 23:53:38 erh Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.16 2000/03/18 20:43:33 erh Exp
+ * created from NetBSD: syscalls.master,v 1.17 2000/03/18 22:46:27 erh Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
diff -r fb79eb8daa7b -r 08b89cbc86b8 sys/compat/linux/arch/alpha/linux_sysent.c
--- a/sys/compat/linux/arch/alpha/linux_sysent.c Sat Mar 18 23:53:24 2000 +0000
+++ b/sys/compat/linux/arch/alpha/linux_sysent.c Sat Mar 18 23:53:38 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_sysent.c,v 1.17 2000/03/18 22:46:53 erh Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.18 2000/03/18 23:53:38 erh Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.16 2000/03/18 20:43:33 erh Exp
+ * created from NetBSD: syscalls.master,v 1.17 2000/03/18 22:46:27 erh Exp
*/
#include "opt_sysv.h"
@@ -433,7 +433,7 @@
linux_sys_msgctl }, /* 200 = msgctl */
{ 2, s(struct sys_msgget_args),
sys_msgget }, /* 201 = msgget */
- { 4, s(struct sys_msgrcv_args),
+ { 5, s(struct sys_msgrcv_args),
sys_msgrcv }, /* 202 = msgrcv */
{ 4, s(struct sys_msgsnd_args),
sys_msgsnd }, /* 203 = msgsnd */
Home |
Main Index |
Thread Index |
Old Index