Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/arch/i386 Remove an unreachable "return 0; ".



details:   https://anonhg.NetBSD.org/src/rev/290790891bdf
branches:  trunk
changeset: 526875:290790891bdf
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon May 13 05:35:47 2002 +0000

description:
Remove an unreachable "return 0;".

diffstat:

 sys/compat/linux/arch/i386/linux_machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 7ac5d039f121 -r 290790891bdf sys/compat/linux/arch/i386/linux_machdep.c
--- a/sys/compat/linux/arch/i386/linux_machdep.c        Mon May 13 05:31:42 2002 +0000
+++ b/sys/compat/linux/arch/i386/linux_machdep.c        Mon May 13 05:35:47 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.c,v 1.75 2002/04/02 22:32:16 christos Exp $      */
+/*     $NetBSD: linux_machdep.c,v 1.76 2002/05/13 05:35:47 simonb Exp $        */
 
 /*-
  * Copyright (c) 1995, 2000 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.75 2002/04/02 22:32:16 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.76 2002/05/13 05:35:47 simonb Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_vm86.h"
@@ -875,7 +875,6 @@
                        return copyout(&hdg_big, SCARG(uap, data),
                            sizeof hdg_big);
                }
-               return 0;
 
        default:
                /*



Home | Main Index | Thread Index | Old Index