Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/freebsd Regen.



details:   https://anonhg.NetBSD.org/src/rev/d7ddb1bafcd6
branches:  trunk
changeset: 485182:d7ddb1bafcd6
user:      minoura <minoura%NetBSD.org@localhost>
date:      Fri Apr 21 16:18:54 2000 +0000

description:
Regen.

diffstat:

 sys/compat/freebsd/freebsd_syscall.h     |  2 +-
 sys/compat/freebsd/freebsd_syscallargs.h |  4 ++--
 sys/compat/freebsd/freebsd_syscalls.c    |  2 +-
 sys/compat/freebsd/freebsd_sysent.c      |  4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r fa1dfd5714c1 -r d7ddb1bafcd6 sys/compat/freebsd/freebsd_syscall.h
--- a/sys/compat/freebsd/freebsd_syscall.h      Fri Apr 21 16:18:16 2000 +0000
+++ b/sys/compat/freebsd/freebsd_syscall.h      Fri Apr 21 16:18:54 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: freebsd_syscall.h,v 1.31 1999/08/25 04:48:48 thorpej Exp $     */
+/*     $NetBSD: freebsd_syscall.h,v 1.32 2000/04/21 16:18:54 minoura Exp $     */
 
 /*
  * System call numbers.
diff -r fa1dfd5714c1 -r d7ddb1bafcd6 sys/compat/freebsd/freebsd_syscallargs.h
--- a/sys/compat/freebsd/freebsd_syscallargs.h  Fri Apr 21 16:18:16 2000 +0000
+++ b/sys/compat/freebsd/freebsd_syscallargs.h  Fri Apr 21 16:18:54 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: freebsd_syscallargs.h,v 1.31 1999/08/25 04:48:48 thorpej Exp $ */
+/*     $NetBSD: freebsd_syscallargs.h,v 1.32 2000/04/21 16:18:54 minoura Exp $ */
 
 /*
  * System call argument lists.
@@ -488,7 +488,7 @@
 int    sys_clock_settime       __P((struct proc *, void *, register_t *));
 int    sys_clock_getres        __P((struct proc *, void *, register_t *));
 int    sys_nanosleep   __P((struct proc *, void *, register_t *));
-int    freebsd_sys_issetugid   __P((struct proc *, void *, register_t *));
+int    sys_issetugid   __P((struct proc *, void *, register_t *));
 int    freebsd_sys_lchown      __P((struct proc *, void *, register_t *));
 int    sys_getdents    __P((struct proc *, void *, register_t *));
 int    sys_lchmod      __P((struct proc *, void *, register_t *));
diff -r fa1dfd5714c1 -r d7ddb1bafcd6 sys/compat/freebsd/freebsd_syscalls.c
--- a/sys/compat/freebsd/freebsd_syscalls.c     Fri Apr 21 16:18:16 2000 +0000
+++ b/sys/compat/freebsd/freebsd_syscalls.c     Fri Apr 21 16:18:54 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: freebsd_syscalls.c,v 1.30 1999/08/25 04:48:48 thorpej Exp $    */
+/*     $NetBSD: freebsd_syscalls.c,v 1.31 2000/04/21 16:18:54 minoura Exp $    */
 
 /*
  * System call names.
diff -r fa1dfd5714c1 -r d7ddb1bafcd6 sys/compat/freebsd/freebsd_sysent.c
--- a/sys/compat/freebsd/freebsd_sysent.c       Fri Apr 21 16:18:16 2000 +0000
+++ b/sys/compat/freebsd/freebsd_sysent.c       Fri Apr 21 16:18:54 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: freebsd_sysent.c,v 1.32 1999/08/25 04:48:48 thorpej Exp $      */
+/*     $NetBSD: freebsd_sysent.c,v 1.33 2000/04/21 16:18:54 minoura Exp $      */
 
 /*
  * System call switch table.
@@ -620,7 +620,7 @@
        { 0, 0,
            sys_nosys },                        /* 252 = unimplemented openbsd_poll */
        { 0, 0,
-           freebsd_sys_issetugid },            /* 253 = issetugid */
+           sys_issetugid },                    /* 253 = issetugid */
        { 3, s(struct freebsd_sys_lchown_args),
            freebsd_sys_lchown },               /* 254 = lchown */
        { 0, 0,



Home | Main Index | Thread Index | Old Index