summaryrefslogtreecommitdiffstats
path: root/sbin/devfs/devfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/devfs/devfs.c')
-rw-r--r--sbin/devfs/devfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/devfs/devfs.c b/sbin/devfs/devfs.c
index 8608af3..7a06d47 100644
--- a/sbin/devfs/devfs.c
+++ b/sbin/devfs/devfs.c
@@ -118,7 +118,7 @@ eatoi(const char *s)
if (l > INT_MAX || *cp != '\0')
errx(1, "error converting to integer: %s", s);
return ((int)l);
-}
+}
/*
* As atonum(), but the result of failure is death.
@@ -131,7 +131,7 @@ eatonum(const char *s)
if (!atonum(s, &num))
errx(1, "error converting to number: %s", s); /* XXX clarify */
return (num);
-}
+}
/*
* Read a line from a /FILE/. If the return value isn't 0, it is the
OpenPOWER on IntegriCloud