Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 remove extraneous #endif from last ...



details:   https://anonhg.NetBSD.org/src/rev/3f482ebb6b62
branches:  trunk
changeset: 533017:3f482ebb6b62
user:      grant <grant%NetBSD.org@localhost>
date:      Wed Jun 19 04:58:32 2002 +0000

description:
remove extraneous #endif from last commit, make this compile again.

diffstat:

 sys/arch/sparc64/sparc64/trap.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 80e2660f40cd -r 3f482ebb6b62 sys/arch/sparc64/sparc64/trap.c
--- a/sys/arch/sparc64/sparc64/trap.c   Wed Jun 19 04:30:46 2002 +0000
+++ b/sys/arch/sparc64/sparc64/trap.c   Wed Jun 19 04:58:32 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.78 2002/06/17 16:33:18 christos Exp $ */
+/*     $NetBSD: trap.c,v 1.79 2002/06/19 04:58:32 grant Exp $ */
 
 /*
  * Copyright (c) 1996-2002 Eduardo Horvath.  All rights reserved.
@@ -1966,7 +1966,6 @@
 #endif
                }
 #endif
-#endif
                if (error) {
                        goto bad;
                }



Home | Main Index | Thread Index | Old Index