diff options
Diffstat (limited to 'sysutils/top/patches/patch-an')
-rw-r--r-- | sysutils/top/patches/patch-an | 6 |
1 files changed, 3 insertions, 3 deletions
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 + |