summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdread/fdutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fdread/fdutil.c')
-rw-r--r--usr.sbin/fdread/fdutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fdread/fdutil.c b/usr.sbin/fdread/fdutil.c
index c66b0c1..bdd295a 100644
--- a/usr.sbin/fdread/fdutil.c
+++ b/usr.sbin/fdread/fdutil.c
@@ -200,10 +200,10 @@ parse_fmt(const char *s, enum fd_drivetype type,
*out = in;
for (i = 0;; i++) {
- if (s == 0)
+ if (s == NULL)
break;
- if ((cp = strchr(s, ',')) == 0) {
+ if ((cp = strchr(s, ',')) == NULL) {
s1 = strdup(s);
if (s1 == NULL)
abort();
OpenPOWER on IntegriCloud