Use __NetBSD_Version__ instead of __NetBSD_Version to determine the, ugh,

NetBSD Version.  Fixes problem in last bulk-build.  (How did this ever work?
AFAICT, it's always been __NetBSD_Version__.)
This commit is contained in:
jschauma 2004-09-10 01:39:32 +00:00
parent 3b4738fc7f
commit 93bc03dc7c
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.7 2004/07/12 08:14:44 cube Exp $
$NetBSD: distinfo,v 1.8 2004/09/10 01:39:32 jschauma Exp $
SHA1 (top-3.6alpha7.tar.gz) = b0336ddc2482b6a52f5345855bf46e0de7d8438a
Size (top-3.6alpha7.tar.gz) = 295433 bytes
@ -6,4 +6,4 @@ SHA1 (patch-aj) = 0a15ee8d2581e6150bfdc6c893971147d30cb914
SHA1 (patch-ak) = 899d1263df15d8389c9391d173369141170ab7ea
SHA1 (patch-al) = e9619f30350d9357a2a20a1d509a69eadf2b287e
SHA1 (patch-am) = 18495242954b15f57c14779c8e7d67d73be2b60b
SHA1 (patch-an) = 1208da5f80daacbd68310033ac814c146d58d185
SHA1 (patch-an) = aa2abb6a2e656ae3a7b379cc5a1867fe673e51e5

View file

@ -1,4 +1,4 @@
$NetBSD: patch-an,v 1.1 2004/07/12 08:14:44 cube Exp $
$NetBSD: patch-an,v 1.2 2004/09/10 01:39:32 jschauma Exp $
--- machine/m_netbsd20.c.orig 2004-07-12 09:03:09.000000000 +0200
+++ machine/m_netbsd20.c
@ -46,9 +46,9 @@ $NetBSD: patch-an,v 1.1 2004/07/12 08:14:44 cube Exp $
+#include <sys/cdefs.h>
+#include <sys/param.h>
+
+#if __NetBSD_Version < 105290000
+#if __NetBSD_Version__ < 105290000
+# include "m_netbsd15.c"
+#elif __NetBSD_Version < 106290000
+#elif __NetBSD_Version__ < 106290000
+# include "m_netbsd16.c"
+#else
+