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:
kleink 2000-01-10 16:58:37 +00:00
parent 6f29805ef3
commit 12aed170cd

View File

@ -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