diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-02-13 08:01:01 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-02-13 08:01:01 +0000 |
| commit | 80e35f1859cec93cb05069672c5bacd4257ab199 (patch) | |
| tree | 62baa9bbca06f5d40f654a0914c94139062c14ad /usr.sbin | |
| parent | 9d767d027e21dd1f1ee4a10a8bfc5d6e91f8b4b0 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/sade/disks.c | 4 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/disks.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sade/disks.c b/usr.sbin/sade/disks.c index 7ea1727296c2..78a5ddc894ec 100644 --- a/usr.sbin/sade/disks.c +++ b/usr.sbin/sade/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: disks.c,v 1.93 1997/10/18 21:22:25 jkh Exp $ + * $Id: disks.c,v 1.94 1998/02/01 05:58:42 steve Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -586,7 +586,7 @@ diskPartitionEditor(dialogMenuItem *self) return i | DITEM_RESTORE; } } - return DITEM_FAILURE; + return DITEM_SUCCESS; } int diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c index 7ea1727296c2..78a5ddc894ec 100644 --- a/usr.sbin/sysinstall/disks.c +++ b/usr.sbin/sysinstall/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: disks.c,v 1.93 1997/10/18 21:22:25 jkh Exp $ + * $Id: disks.c,v 1.94 1998/02/01 05:58:42 steve Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -586,7 +586,7 @@ diskPartitionEditor(dialogMenuItem *self) return i | DITEM_RESTORE; } } - return DITEM_FAILURE; + return DITEM_SUCCESS; } int |
