Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/svr4 http://m00nbsd.net/ae123a9bae03f7dde5c6d6544...



details:   https://anonhg.NetBSD.org/src/rev/a068b93ba142
branches:  trunk
changeset: 801718:a068b93ba142
user:      maxv <maxv%NetBSD.org@localhost>
date:      Thu Aug 14 17:29:30 2014 +0000

description:
http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-2

#06-0x01: Empty compiler block

ok christos@

diffstat:

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

diffs (26 lines):

diff -r 3b83fcd9cd16 -r a068b93ba142 sys/compat/svr4/svr4_stat.c
--- a/sys/compat/svr4/svr4_stat.c       Thu Aug 14 16:55:02 2014 +0000
+++ b/sys/compat/svr4/svr4_stat.c       Thu Aug 14 17:29:30 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svr4_stat.c,v 1.69 2009/01/11 02:45:50 christos Exp $   */
+/*     $NetBSD: svr4_stat.c,v 1.70 2014/08/14 17:29:30 maxv Exp $       */
 
 /*-
  * Copyright (c) 1994, 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: svr4_stat.c,v 1.69 2009/01/11 02:45:50 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: svr4_stat.c,v 1.70 2014/08/14 17:29:30 maxv Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -478,7 +478,6 @@
 #if defined(__i386__)
                str = "i86pc";
 #elif defined(__sparc__)
-#elif defined(__sparc__)
                {
                        extern char machine_model[];
 



Home | Main Index | Thread Index | Old Index