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 revision 1.26 (requested by tho...



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

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

diffstat:

 sys/compat/hpux/syscalls.master |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f460c1b1a242 -r b44adf0d4b69 sys/compat/hpux/syscalls.master
--- a/sys/compat/hpux/syscalls.master   Thu Jun 07 19:55:59 2001 +0000
+++ b/sys/compat/hpux/syscalls.master   Thu Jun 07 19:56:14 2001 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.21 1999/08/25 04:50:53 thorpej Exp $
+       $NetBSD: syscalls.master,v 1.21.12.1 2001/06/07 19:56:14 he Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -101,7 +101,7 @@
 39     STD             { int hpux_sys_setpgrp_6x(void); }
 40     STD             { int hpux_sys_lstat(const char *path, \
                            struct hpux_stat *sb); }
-41     STD             { int hpux_sys_dup(int fd); }
+41     NOARGS          { int sys_dup(int fd); }
 42     NOARGS          { int sys_pipe(void); }
 43     STD             { int hpux_sys_times_6x(struct tms *tms); }
 44     NOARGS          { int sys_profil(caddr_t samples, u_int size, \



Home | Main Index | Thread Index | Old Index