Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 delete -> remove



details:   https://anonhg.NetBSD.org/src/rev/58f7495f7d77
branches:  trunk
changeset: 329898:58f7495f7d77
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Jun 13 10:37:02 2014 +0000

description:
delete -> remove

diffstat:

 sys/compat/netbsd32/netbsd32.h        |  4 ++--
 sys/compat/netbsd32/netbsd32_netbsd.c |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r de1addedafe6 -r 58f7495f7d77 sys/compat/netbsd32/netbsd32.h
--- a/sys/compat/netbsd32/netbsd32.h    Fri Jun 13 10:36:18 2014 +0000
+++ b/sys/compat/netbsd32/netbsd32.h    Fri Jun 13 10:37:02 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32.h,v 1.100 2014/04/30 17:23:45 njoly Exp $     */
+/*     $NetBSD: netbsd32.h,v 1.101 2014/06/13 10:37:02 joerg Exp $     */
 
 /*
  * Copyright (c) 1998, 2001, 2008 Matthew R. Green
@@ -300,7 +300,7 @@
                } put;
                struct {
                        netbsd32_pointer_t qc_key;
-               } delete;
+               } remove;
                struct {
                        netbsd32_pointer_t qc_cursor;
                } cursoropen;
diff -r de1addedafe6 -r 58f7495f7d77 sys/compat/netbsd32/netbsd32_netbsd.c
--- a/sys/compat/netbsd32/netbsd32_netbsd.c     Fri Jun 13 10:36:18 2014 +0000
+++ b/sys/compat/netbsd32/netbsd32_netbsd.c     Fri Jun 13 10:37:02 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_netbsd.c,v 1.188 2014/06/12 21:39:45 joerg Exp $      */
+/*     $NetBSD: netbsd32_netbsd.c,v 1.189 2014/06/13 10:37:02 joerg Exp $      */
 
 /*
  * Copyright (c) 1998, 2001, 2008 Matthew R. Green
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.188 2014/06/12 21:39:45 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.189 2014/06/13 10:37:02 joerg Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ddb.h"
@@ -1236,7 +1236,7 @@
                args.u.put.qc_val = NETBSD32PTR64(args32.u.put.qc_val);
                break;
            case QUOTACTL_DELETE:
-               args.u.remove.qc_key = NETBSD32PTR64(args32.u.delete.qc_key);
+               args.u.remove.qc_key = NETBSD32PTR64(args32.u.remove.qc_key);
                break;
            case QUOTACTL_CURSOROPEN:
                args.u.cursoropen.qc_cursor =



Home | Main Index | Thread Index | Old Index