Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sbin/fsck_msdos Pullup sbin/fsck_msdos/check.c 1.11 (Ap...



details:   https://anonhg.NetBSD.org/src/rev/da4f6bbeee26
branches:  netbsd-1-5
changeset: 489640:da4f6bbeee26
user:      abs <abs%NetBSD.org@localhost>
date:      Mon Oct 02 11:16:21 2000 +0000

description:
Pullup sbin/fsck_msdos/check.c 1.11 (Approved by jhawk)
   If readboot() calls pfatal() and returns an error, print \n before exiting

diffstat:

 sbin/fsck_msdos/check.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r c1262c780b31 -r da4f6bbeee26 sbin/fsck_msdos/check.c
--- a/sbin/fsck_msdos/check.c   Mon Oct 02 03:32:37 2000 +0000
+++ b/sbin/fsck_msdos/check.c   Mon Oct 02 11:16:21 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: check.c,v 1.10 2000/04/25 23:02:51 jdolecek Exp $      */
+/*     $NetBSD: check.c,v 1.10.4.1 2000/10/02 11:16:21 abs Exp $       */
 
 /*
  * Copyright (C) 1995, 1996, 1997 Wolfgang Solfrank
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: check.c,v 1.10 2000/04/25 23:02:51 jdolecek Exp $");
+__RCSID("$NetBSD: check.c,v 1.10.4.1 2000/10/02 11:16:21 abs Exp $");
 #endif /* not lint */
 
 #include <stdlib.h>
@@ -81,6 +81,7 @@
 
        if (readboot(dosfs, &boot) != FSOK) {
                close(dosfs);
+               printf("\n");
                return 8;
        }
 



Home | Main Index | Thread Index | Old Index