diff options
Diffstat (limited to 'usr/src/cmd/devfsadm/devalloc.c')
-rw-r--r-- | usr/src/cmd/devfsadm/devalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/devfsadm/devalloc.c b/usr/src/cmd/devfsadm/devalloc.c index 11147269cb..8ad66cb688 100644 --- a/usr/src/cmd/devfsadm/devalloc.c +++ b/usr/src/cmd/devfsadm/devalloc.c @@ -143,6 +143,7 @@ _make_db() case 0: if (execl(MKDEVALLOC, MKDEVALLOC, DA_IS_LABELED, NULL) == -1) exit((errno == ENOENT) ? 0 : 1); + return (1); default: for (;;) { wpid = waitpid(pid, &status, 0); |