aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/_null.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-12-23 02:38:55 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-12-23 02:38:55 +0000
commitfeb5832efb9ee1916742286b5574c8833c0c96a7 (patch)
tree7893c92711e4481f46342a7263fe84b8f33d4cd4 /sys/sys/_null.h
parenta89ec05e3eddc4235386e1246b638b3d4d8815f5 (diff)
downloadsrc-feb5832efb9ee1916742286b5574c8833c0c96a7.tar.gz
src-feb5832efb9ee1916742286b5574c8833c0c96a7.zip
Add a reminder note about removing the amd64 test here once the gcc33 port
has been updated.
Notes
Notes: svn path=/head/; revision=123741
Diffstat (limited to 'sys/sys/_null.h')
-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 6059f578590a..46eedcc1bb38 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