I'm not sure if we're just supposed to fall off the end like this,

but at least return something.
This commit is contained in:
Jordan K. Hubbard 1994-11-05 07:34:02 +00:00
parent 6e213286f4
commit 33d3e14480
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4155

View File

@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
* $Id: utils.c,v 1.21 1994/11/04 21:38:37 phk Exp $
* $Id: utils.c,v 1.22 1994/11/05 03:34:22 phk Exp $
*
*/
@ -345,4 +345,5 @@ SetMount(int disk, int part, char *path)
Fsize[k] = (Dlbl[disk]->d_partitions[part].p_size+1024)/2048;
MP[disk][part] = k;
return NULL;
}