From 10c8b7148b918938d8e681c5801b913dd56cb7e4 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 24 Nov 2013 00:34:07 +0000 Subject: use 0 instead of NULL in headers where NULL is not defined some macros in sys/mtio.h and syslog.h used NULL without defining it --- include/sys/mtio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sys') diff --git a/include/sys/mtio.h b/include/sys/mtio.h index dc8e5f52..f16a529b 100644 --- a/include/sys/mtio.h +++ b/include/sys/mtio.h @@ -102,7 +102,7 @@ struct mt_tape_info { {MT_ISEVEREX_FT40A, "Everex FT40A, QIC-40"}, \ {MT_ISSCSI1, "Generic SCSI-1 tape"}, \ {MT_ISSCSI2, "Generic SCSI-2 tape"}, \ - {0, NULL} \ + {0, 0} \ } struct mtpos { -- cgit v1.2.1