Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/compat/hpux Pull up regenerated files (requested by...



details:   https://anonhg.NetBSD.org/src/rev/7613099f8c3a
branches:  netbsd-1-5
changeset: 491862:7613099f8c3a
user:      he <he%NetBSD.org@localhost>
date:      Thu Jun 07 19:56:50 2001 +0000

description:
Pull up regenerated files (requested by thorpej):
  Use the NetBSD version of dup(2) instead of our own (incorrect!)
  version.

diffstat:

 sys/compat/hpux/hpux_syscall.h     |   4 ++--
 sys/compat/hpux/hpux_syscallargs.h |  10 +++-------
 sys/compat/hpux/hpux_syscalls.c    |   4 ++--
 sys/compat/hpux/hpux_sysent.c      |   8 ++++----
 4 files changed, 11 insertions(+), 15 deletions(-)

diffs (95 lines):

diff -r b44adf0d4b69 -r 7613099f8c3a sys/compat/hpux/hpux_syscall.h
--- a/sys/compat/hpux/hpux_syscall.h    Thu Jun 07 19:56:14 2001 +0000
+++ b/sys/compat/hpux/hpux_syscall.h    Thu Jun 07 19:56:50 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: hpux_syscall.h,v 1.25 1999/08/25 04:51:06 thorpej Exp $        */
+/*     $NetBSD: hpux_syscall.h,v 1.25.12.1 2001/06/07 19:56:50 he Exp $        */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.21.12.1 2001/06/07 19:56:14 he Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
diff -r b44adf0d4b69 -r 7613099f8c3a sys/compat/hpux/hpux_syscallargs.h
--- a/sys/compat/hpux/hpux_syscallargs.h        Thu Jun 07 19:56:14 2001 +0000
+++ b/sys/compat/hpux/hpux_syscallargs.h        Thu Jun 07 19:56:50 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: hpux_syscallargs.h,v 1.22 1999/08/25 04:51:06 thorpej Exp $    */
+/*     $NetBSD: hpux_syscallargs.h,v 1.22.12.1 2001/06/07 19:56:50 he Exp $    */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.21.12.1 2001/06/07 19:56:14 he Exp 
  */
 
 #ifndef _HPUX_SYS__SYSCALLARGS_H_
@@ -155,10 +155,6 @@
        syscallarg(struct hpux_stat *) sb;
 };
 
-struct hpux_sys_dup_args {
-       syscallarg(int) fd;
-};
-
 struct hpux_sys_times_6x_args {
        syscallarg(struct tms *) tms;
 };
@@ -469,7 +465,7 @@
 int    hpux_sys_stat   __P((struct proc *, void *, register_t *));
 int    hpux_sys_setpgrp_6x     __P((struct proc *, void *, register_t *));
 int    hpux_sys_lstat  __P((struct proc *, void *, register_t *));
-int    hpux_sys_dup    __P((struct proc *, void *, register_t *));
+int    sys_dup __P((struct proc *, void *, register_t *));
 int    sys_pipe        __P((struct proc *, void *, register_t *));
 int    hpux_sys_times_6x       __P((struct proc *, void *, register_t *));
 int    sys_profil      __P((struct proc *, void *, register_t *));
diff -r b44adf0d4b69 -r 7613099f8c3a sys/compat/hpux/hpux_syscalls.c
--- a/sys/compat/hpux/hpux_syscalls.c   Thu Jun 07 19:56:14 2001 +0000
+++ b/sys/compat/hpux/hpux_syscalls.c   Thu Jun 07 19:56:50 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: hpux_syscalls.c,v 1.28 1999/08/25 04:51:06 thorpej Exp $       */
+/*     $NetBSD: hpux_syscalls.c,v 1.28.12.1 2001/06/07 19:56:50 he Exp $       */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.21.12.1 2001/06/07 19:56:14 he Exp 
  */
 
 #if defined(_KERNEL) && !defined(_LKM)
diff -r b44adf0d4b69 -r 7613099f8c3a sys/compat/hpux/hpux_sysent.c
--- a/sys/compat/hpux/hpux_sysent.c     Thu Jun 07 19:56:14 2001 +0000
+++ b/sys/compat/hpux/hpux_sysent.c     Thu Jun 07 19:56:50 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: hpux_sysent.c,v 1.30 1999/08/25 04:51:06 thorpej Exp $ */
+/*     $NetBSD: hpux_sysent.c,v 1.30.12.1 2001/06/07 19:56:50 he Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.21.12.1 2001/06/07 19:56:14 he Exp 
  */
 
 #include "opt_sysv.h"
@@ -110,8 +110,8 @@
            hpux_sys_setpgrp_6x },              /* 39 = setpgrp_6x */
        { 2, s(struct hpux_sys_lstat_args),
            hpux_sys_lstat },                   /* 40 = lstat */
-       { 1, s(struct hpux_sys_dup_args),
-           hpux_sys_dup },                     /* 41 = dup */
+       { 1, s(struct sys_dup_args),
+           sys_dup },                          /* 41 = dup */
        { 0, 0,
            sys_pipe },                         /* 42 = pipe */
        { 1, s(struct hpux_sys_times_6x_args),



Home | Main Index | Thread Index | Old Index