NULL: keep NULL definition in stddef.h only
remove other local definition of NULL, use
  #include <linux/stddef.h>
instead.
I use this command to search NULL definition,
  grep -R "define\s*\<NULL\>"
hope there are no more definition of NULL.

from ISO/IEC 9899:TC3:
The macros are
	NULL
which expands to an implementation-defined null pointer constant;

Signed-off-by: Du Huanpeng <u74147@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent d5034e6 commit b86834423f856aecf733ddc8c8c1fb1d075f8e6e
@Du Huanpeng Du Huanpeng authored on 13 Apr 2016
Sascha Hauer committed on 14 Apr 2016
Showing 2 changed files
View
include/command.h
View
lib/bzlib_private.h