mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
GC the AMD64 special handling.
This commit is contained in:
parent
0d2a853bee
commit
ba49ba35a6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123855
@ -31,8 +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__)
|
||||
#if defined(__LP64__)
|
||||
#define NULL 0L
|
||||
#else
|
||||
#define NULL 0
|
||||
|
Loading…
Reference in New Issue
Block a user