Add <sys/_null.h> for the definition of NULL:
commit5b5dbf0e1659996650c2b1b0618cd859017b22ca
authorSascha Wildner <swildner@dragonflybsd.org>
Thu, 5 Jun 2008 17:49:53 +0000 (5 17:49 +0000)
committerSascha Wildner <swildner@dragonflybsd.org>
Thu, 5 Jun 2008 17:49:53 +0000 (5 17:49 +0000)
tree8f13593f9e0392b1abd7efdc0e7c1ac844414dec
parentda14dbcf74df1d127a6dd5481bccac9055c210f0
Add <sys/_null.h> for the definition of NULL:

[...]
#ifndef __cplusplus
#define NULL ((void *)0)
#else
#define NULL 0
#endif
[...]
sys/sys/_null.h [new file with mode: 0644]