From d5c6edea4c1b5a46213c03e03cf6cfcc0b31a966 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 19 Mar 1995 06:28:48 +0000 Subject: add a \t which has been nagging me too long --- sbin/sysinstall/stage2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/sysinstall/stage2.c b/sbin/sysinstall/stage2.c index d0811e6..7d02845 100644 --- a/sbin/sysinstall/stage2.c +++ b/sbin/sysinstall/stage2.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: stage2.c,v 1.25 1995/02/13 06:52:10 phk Exp $ + * $Id: stage2.c,v 1.26 1995/03/15 06:16:10 phk Exp $ * */ @@ -153,7 +153,7 @@ stage2() } chdir("/"); TellEm("Writing procfs"); - fprintf(f1,"proc\t\t/proc\tprocfs rw 0 0\n"); + fprintf(f1,"proc\t\t\t/proc\tprocfs rw 0 0\n"); fclose(f1); j = fork(); -- cgit v1.1