Deleted Added
full compact
disks.c (8669) disks.c (8702)
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last program in the `sysinstall' line - the next
5 * generation being essentially a complete rewrite.
6 *
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last program in the `sysinstall' line - the next
5 * generation being essentially a complete rewrite.
6 *
7 * $Id: disks.c,v 1.24 1995/05/20 19:22:18 jkh Exp $
7 * $Id: disks.c,v 1.26 1995/05/21 06:12:42 phk Exp $
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 255 unchanged lines hidden (view full) ---

271 }
272 }
273 p = CheckRules(d);
274 if (p) {
275 msgConfirm(p);
276 free(p);
277 }
278 dialog_clear();
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 255 unchanged lines hidden (view full) ---

271 }
272 }
273 p = CheckRules(d);
274 if (p) {
275 msgConfirm(p);
276 free(p);
277 }
278 dialog_clear();
279 refresh();
280 variable_set2(DISK_PARTITIONED, "yes");
281 return d;
282}
283
284static int
285partitionHook(char *str)
286{
287 Device **devs = NULL;

--- 44 unchanged lines hidden ---
279 variable_set2(DISK_PARTITIONED, "yes");
280 return d;
281}
282
283static int
284partitionHook(char *str)
285{
286 Device **devs = NULL;

--- 44 unchanged lines hidden ---