Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 Kill redundant assignment.



details:   https://anonhg.NetBSD.org/src/rev/c4650c99f8aa
branches:  trunk
changeset: 749201:c4650c99f8aa
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sat Nov 21 11:54:54 2009 +0000

description:
Kill redundant assignment.

diffstat:

 sys/compat/netbsd32/netbsd32_netbsd.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 59a2f5c93c2b -r c4650c99f8aa sys/compat/netbsd32/netbsd32_netbsd.c
--- a/sys/compat/netbsd32/netbsd32_netbsd.c     Sat Nov 21 11:54:47 2009 +0000
+++ b/sys/compat/netbsd32/netbsd32_netbsd.c     Sat Nov 21 11:54:54 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_netbsd.c,v 1.159 2009/10/25 01:14:03 rmind Exp $      */
+/*     $NetBSD: netbsd32_netbsd.c,v 1.160 2009/11/21 11:54:54 njoly 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.159 2009/10/25 01:14:03 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.160 2009/11/21 11:54:54 njoly Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ddb.h"
@@ -369,7 +369,6 @@
        } */
        struct sys_obreak_args ua;
 
-       SCARG(&ua, nsize) = SCARG_P32(uap, nsize);
        NETBSD32TOP_UAP(nsize, char);
        return (sys_obreak(l, &ua, retval));
 }



Home | Main Index | Thread Index | Old Index