use 0 instead of NULL for null pointer constants
[musl] / src / misc / gethostid.c
1 long gethostid()
2 {
3         return 0;
4 }