summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/_null.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/_null.h b/sys/sys/_null.h
index 6059f57..46eedcc 100644
--- a/sys/sys/_null.h
+++ b/sys/sys/_null.h
@@ -31,6 +31,7 @@
#ifdef _KERNEL
#define NULL (void *)0
#else
+/* XXX remove the '|| defined(__amd64__)' case when the gcc33 port is updated */
#if defined(__LP64__) || defined(__amd64__)
#define NULL 0L
#else
OpenPOWER on IntegriCloud