summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2011-07-07 01:22:50 +0000
committerkevlo <kevlo@FreeBSD.org>2011-07-07 01:22:50 +0000
commit20c98461752d97ced076d54e28a0f97e4ecbd4a7 (patch)
tree6eb00eaae8cc8c91dbef8dd3af3ecb15e4d0eb38 /usr.sbin/bsdinstall
parent20790a7ee39a20bebf638900b34bd41ba6a35bcd (diff)
downloadFreeBSD-src-20c98461752d97ced076d54e28a0f97e4ecbd4a7.zip
FreeBSD-src-20c98461752d97ced076d54e28a0f97e4ecbd4a7.tar.gz
Add an extra tab between fs_file and fs_vfstype
Reviewed by: nwhitehorn
Diffstat (limited to 'usr.sbin/bsdinstall')
-rw-r--r--usr.sbin/bsdinstall/partedit/partedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/partedit/partedit.c b/usr.sbin/bsdinstall/partedit/partedit.c
index 0ba3203..303f695 100644
--- a/usr.sbin/bsdinstall/partedit/partedit.c
+++ b/usr.sbin/bsdinstall/partedit/partedit.c
@@ -305,7 +305,7 @@ apply_changes(struct gmesh *mesh)
fprintf(fstab, "# Device\tMountpoint\tFStype\tOptions\tDump\tPass#\n");
TAILQ_FOREACH(md, &part_metadata, metadata) {
if (md->fstab != NULL)
- fprintf(fstab, "%s\t%s\t%s\t%s\t%d\t%d\n",
+ fprintf(fstab, "%s\t%s\t\t%s\t%s\t%d\t%d\n",
md->fstab->fs_spec, md->fstab->fs_file,
md->fstab->fs_vfstype, md->fstab->fs_mntops,
md->fstab->fs_freq, md->fstab->fs_passno);
OpenPOWER on IntegriCloud