summaryrefslogtreecommitdiff
path: root/include/sys
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2013-11-24 00:34:07 +0000
committerSzabolcs Nagy <nsz@port70.net>2013-11-24 00:34:07 +0000
commit10c8b7148b918938d8e681c5801b913dd56cb7e4 (patch)
treeee88aa193d03e962cc8ed46369fee97f5869ad9f /include/sys
parentf7d348ec39ce31efdc4963eb4a8f16f48e5ef095 (diff)
downloadmusl-10c8b7148b918938d8e681c5801b913dd56cb7e4.tar.gz
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
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/mtio.h2
1 files changed, 1 insertions, 1 deletions
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 {