Module Name:    src
Committed By:   mrg
Date:           Sun Jul  3 10:34:25 UTC 2011

Modified Files:
        src/sys/arch/mips/include: mcontext.h

Log Message:
s/#elif/#else/ -- when there's nothing to check.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/mips/include/mcontext.h

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

Modified files:

Index: src/sys/arch/mips/include/mcontext.h
diff -u src/sys/arch/mips/include/mcontext.h:1.17 src/sys/arch/mips/include/mcontext.h:1.18
--- src/sys/arch/mips/include/mcontext.h:1.17	Tue Mar 15 07:33:36 2011
+++ src/sys/arch/mips/include/mcontext.h	Sun Jul  3 10:34:25 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: mcontext.h,v 1.17 2011/03/15 07:33:36 matt Exp $	*/
+/*	$NetBSD: mcontext.h,v 1.18 2011/07/03 10:34:25 mrg Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@@ -182,7 +182,7 @@
 #elif __mips_n64
 #define	__UCONTEXT_SIZE		__UCONTEXT_SIZE_N64
 #define	__UCONTEXT32_SIZE	__UCONTEXT_SIZE_N32
-#elif
+#else
 #error O64 is not supported
 #endif
 

Reply via email to