diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2002-07-28 06:59:40 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2002-07-28 06:59:40 +0000 |
| commit | 9ffb7cd974ba0f282960040079c2895fd33d9f0d (patch) | |
| tree | ba25227c9ea4ad1b939cf56791ce521d86f8574b /sbin/devfs/devfs.c | |
| parent | ec7e38fb22396cd9fd264e99b2dd083a9ec92ed6 (diff) | |
Notes
Diffstat (limited to 'sbin/devfs/devfs.c')
| -rw-r--r-- | sbin/devfs/devfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/devfs/devfs.c b/sbin/devfs/devfs.c index 8608af306f3a..7a06d476384a 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 |
