Module Name: src Committed By: haad Date: Sat Jun 6 17:47:51 UTC 2009
Modified Files: src/sbin/fsck: partutil.c Log Message: Remove debug printfs. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/fsck/partutil.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/fsck/partutil.c diff -u src/sbin/fsck/partutil.c:1.5 src/sbin/fsck/partutil.c:1.6 --- src/sbin/fsck/partutil.c:1.5 Fri Jun 5 21:52:31 2009 +++ src/sbin/fsck/partutil.c Sat Jun 6 17:47:50 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: partutil.c,v 1.5 2009/06/05 21:52:31 haad Exp $ */ +/* $NetBSD: partutil.c,v 1.6 2009/06/06 17:47:50 haad Exp $ */ /*- * Copyright (c) 2006 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: partutil.c,v 1.5 2009/06/05 21:52:31 haad Exp $"); +__RCSID("$NetBSD: partutil.c,v 1.6 2009/06/06 17:47:50 haad Exp $"); #include <sys/types.h> #include <sys/disklabel.h> @@ -156,8 +156,6 @@ /* Get info about partition/wedge */ if (ioctl(fd, DIOCGWEDGEINFO, dkw) == -1) { - warn("ioctl (DIOCGWEDGEINFO)"); - printf("Using old disklabel method\n"); if (ioctl(fd, DIOCGDINFO, lp) == -1) errx(errno, "Please implement DIOCGWEDGEINFO or DIOCGDINFO for disk device %s\n", s);