Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due to
td C headers including it, and a kernel module written in C++ would benfit as well.
This commit is contained in:
parent
6f29805ef3
commit
12aed170cd
@ -1,9 +0,0 @@
|
||||
/* $NetBSD: null.h,v 1.1 1999/12/22 21:26:17 kleink Exp $ */
|
||||
|
||||
#ifndef NULL
|
||||
#if !defined(__GNUG__) || __GNUG__ < 2 || (__GNUG__ == 2 && __GNUC_MINOR__ < 90)
|
||||
#define NULL 0
|
||||
#else
|
||||
#define NULL __null
|
||||
#endif
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user