diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-09-10 01:39:32 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-09-10 01:39:32 +0000 |
commit | de4359ff9f3cd8ea50166e76066139866dd94c45 (patch) | |
tree | 641270470b3b4ad696034289f39624328aea689f /sysutils | |
parent | b132f3d709a665c9befe92214aa49e9a15d0ada0 (diff) | |
download | pkgsrc-de4359ff9f3cd8ea50166e76066139866dd94c45.tar.gz |
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__.)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/top/distinfo | 4 | ||||
-rw-r--r-- | sysutils/top/patches/patch-an | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/top/distinfo b/sysutils/top/distinfo index b2955817967..98eb6440dc3 100644 --- a/sysutils/top/distinfo +++ b/sysutils/top/distinfo @@ -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 diff --git a/sysutils/top/patches/patch-an b/sysutils/top/patches/patch-an index 9261b94da36..836cbee419b 100644 --- a/sysutils/top/patches/patch-an +++ b/sysutils/top/patches/patch-an @@ -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 + |