summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-05 07:34:02 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-05 07:34:02 +0000
commit33d3e144806da6e8ef72619df8cff26dbd6db758 (patch)
tree5f66f4736bc0275c967f6d8f9ee714073da57226 /sbin
parent6e213286f4dc03dd6b80aeeee8b340be2850d112 (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/sysinstall/utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/sysinstall/utils.c b/sbin/sysinstall/utils.c
index 1e08a14508b1..ff792b4be8ac 100644
--- a/sbin/sysinstall/utils.c
+++ b/sbin/sysinstall/utils.c
@@ -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;
}