Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/irix Removed an unused line



details:   https://anonhg.NetBSD.org/src/rev/29e9e168f97d
branches:  trunk
changeset: 518247:29e9e168f97d
user:      manu <manu%NetBSD.org@localhost>
date:      Mon Nov 26 21:44:53 2001 +0000

description:
Removed an unused line

diffstat:

 sys/compat/irix/irix_exec_elf32.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 1fe4f85f4537 -r 29e9e168f97d sys/compat/irix/irix_exec_elf32.c
--- a/sys/compat/irix/irix_exec_elf32.c Mon Nov 26 21:38:41 2001 +0000
+++ b/sys/compat/irix/irix_exec_elf32.c Mon Nov 26 21:44:53 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: irix_exec_elf32.c,v 1.1 2001/11/26 21:36:24 manu Exp $ */
+/*     $NetBSD: irix_exec_elf32.c,v 1.2 2001/11/26 21:44:53 manu Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: irix_exec_elf32.c,v 1.1 2001/11/26 21:36:24 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: irix_exec_elf32.c,v 1.2 2001/11/26 21:44:53 manu Exp $");
 
 #ifndef ELFSIZE
 #define ELFSIZE                32      /* XXX should die */
@@ -60,6 +60,4 @@
        *stackp = (char *)(((unsigned long)*stackp) & ~0xfUL);
 
         return ELFNAME(copyargs)(pack, arginfo, stackp, argp);
-
-       *stackp = (char *)((unsigned long)*stackp - 16);
 }



Home | Main Index | Thread Index | Old Index