diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-09-17 08:41:15 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-09-17 08:41:15 +0000 |
| commit | 5c8d2ac300f01332c6f3cd588a847e79be697f3c (patch) | |
| tree | f86524dda632990c01544782fb6b9aafa0a70e50 | |
| parent | 138cedfdc6f8910343990dcbcff2b3664a5ee1ea (diff) | |
Notes
| -rw-r--r-- | sbin/geom/class/mirror/geom_mirror.c | 1 | ||||
| -rw-r--r-- | sbin/geom/class/raid3/geom_raid3.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sbin/geom/class/mirror/geom_mirror.c b/sbin/geom/class/mirror/geom_mirror.c index 0f87eebffcb3..5e8b2c31f18d 100644 --- a/sbin/geom/class/mirror/geom_mirror.c +++ b/sbin/geom/class/mirror/geom_mirror.c @@ -119,7 +119,6 @@ usage(const char *comm) " %s forget prov [prov [...]]\n" " %s stop [-fv] name [...]\n", comm, comm, comm, comm, comm, comm, comm, comm, comm, comm, comm); - exit(EXIT_FAILURE); } static void diff --git a/sbin/geom/class/raid3/geom_raid3.c b/sbin/geom/class/raid3/geom_raid3.c index 00baa2761759..9c2b53f2c5a7 100644 --- a/sbin/geom/class/raid3/geom_raid3.c +++ b/sbin/geom/class/raid3/geom_raid3.c @@ -114,7 +114,6 @@ usage(const char *comm) " %s remove [-v] <-n number> name\n" " %s stop [-fv] name [...]\n", comm, comm, comm, comm, comm, comm, comm, comm); - exit(EXIT_FAILURE); } static void |
