Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 Fix the build breakage, at least on amd64



details:   https://anonhg.NetBSD.org/src/rev/f8bb601f7234
branches:  trunk
changeset: 760427:f8bb601f7234
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Jan 04 20:23:40 2011 +0000

description:
Fix the build breakage, at least on amd64

diffstat:

 sys/compat/netbsd32/netbsd32_sa.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 3bcad6cc1d87 -r f8bb601f7234 sys/compat/netbsd32/netbsd32_sa.c
--- a/sys/compat/netbsd32/netbsd32_sa.c Tue Jan 04 18:46:21 2011 +0000
+++ b/sys/compat/netbsd32/netbsd32_sa.c Tue Jan 04 20:23:40 2011 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index