mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
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:
parent
6e213286f4
commit
33d3e14480
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4155
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user