diff options
author | Roland McGrath <roland@gnu.org> | 1994-10-28 22:23:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-10-28 22:23:22 +0000 |
commit | aa734327a305badc09eecd575281ddbee226ef8e (patch) | |
tree | f277fdb9b9e3f658fdfc873934b14438cfd18a98 | |
parent | 7aa7b525bc1b2e0a1fc6fb165aefc32f8499b794 (diff) |
entered into RCS
-rw-r--r-- | ufs/main.c | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -163,14 +163,14 @@ main (int argc, char **argv) get_hypermetadata (); if (diskpagersize < sblock->fs_size * sblock->fs_fsize) - { - fprintf (stderr, - "Disk size (%d) less than necessary " - "(superblock says we need %ld)\n", - sizes[DEV_GET_SIZE_DEVICE_SIZE], - sblock->fs_size * sblock->fs_fsize); - exit (1); - } + { + fprintf (stderr, + "Disk size (%d) less than necessary " + "(superblock says we need %ld)\n", + sizes[DEV_GET_SIZE_DEVICE_SIZE], + sblock->fs_size * sblock->fs_fsize); + exit (1); + } vm_allocate (mach_task_self (), &zeroblock, sblock->fs_bsize, 1); |