Module Name:    src
Committed By:   pgoyette
Date:           Tue Jan  4 20:23:41 UTC 2011

Modified Files:
        src/sys/compat/netbsd32: netbsd32_sa.c

Log Message:
Fix the build breakage, at least on amd64


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/compat/netbsd32/netbsd32_sa.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/netbsd32/netbsd32_sa.c
diff -u src/sys/compat/netbsd32/netbsd32_sa.c:1.12 src/sys/compat/netbsd32/netbsd32_sa.c:1.13
--- src/sys/compat/netbsd32/netbsd32_sa.c:1.12	Tue Jan  4 10:59:28 2011
+++ src/sys/compat/netbsd32/netbsd32_sa.c	Tue Jan  4 20:23:40 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: netbsd32_sa.c,v 1.12 2011/01/04 10:59:28 matt Exp $	*/
+/*	$NetBSD: netbsd32_sa.c,v 1.13 2011/01/04 20:23:40 pgoyette Exp $	*/
 
 /*
  *  Copyright (c) 2005 The NetBSD Foundation.
@@ -33,9 +33,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_sa.c,v 1.12 2011/01/04 10:59:28 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_sa.c,v 1.13 2011/01/04 20:23:40 pgoyette Exp $");
+#if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
 #include "opt_sa.h"
+#endif
 
 #include <sys/types.h>
 #include <sys/param.h>

Reply via email to