Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 2010 15:26:38 +0000 (UTC)
From:      Bruce Cran <brucec@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r216326 - stable/8/usr.sbin/boot0cfg
Message-ID:  <201012091526.oB9FQcnd042530@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brucec
Date: Thu Dec  9 15:26:38 2010
New Revision: 216326
URL: http://svn.freebsd.org/changeset/base/216326

Log:
  MFC r216229:
  
  Revert r209469: it causes the rest of the function to be bypassed.
  
  Approved by:	re (kensmith)

Modified:
  stable/8/usr.sbin/boot0cfg/boot0cfg.c
Directory Properties:
  stable/8/usr.sbin/boot0cfg/   (props changed)

Modified: stable/8/usr.sbin/boot0cfg/boot0cfg.c
==============================================================================
--- stable/8/usr.sbin/boot0cfg/boot0cfg.c	Thu Dec  9 15:24:59 2010	(r216325)
+++ stable/8/usr.sbin/boot0cfg/boot0cfg.c	Thu Dec  9 15:26:38 2010	(r216326)
@@ -356,8 +356,6 @@ write_mbr(const char *fname, int flags, 
 	if (n != mbr_size)
 	   errx(1, "%s: short write", fname);
 	return;
-    } else {
-	    err(1, "write_mbr: %s", fname);
     }
 
     /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012091526.oB9FQcnd042530>