Module Name:    src
Committed By:   maxv
Date:           Thu Aug 14 17:29:30 UTC 2014

Modified Files:
        src/sys/compat/svr4: svr4_stat.c

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

#06-0x01: Empty compiler block

ok christos@


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/compat/svr4/svr4_stat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/svr4/svr4_stat.c
diff -u src/sys/compat/svr4/svr4_stat.c:1.69 src/sys/compat/svr4/svr4_stat.c:1.70
--- src/sys/compat/svr4/svr4_stat.c:1.69	Sun Jan 11 02:45:50 2009
+++ src/sys/compat/svr4/svr4_stat.c	Thu Aug 14 17:29:30 2014
@@ -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 @@ svr4_sys_systeminfo(struct lwp *l, const
 #if defined(__i386__)
 		str = "i86pc";
 #elif defined(__sparc__)
-#elif defined(__sparc__)
 		{
 			extern char machine_model[];
 

Reply via email to