Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/fdisk remove debugging.
details: https://anonhg.NetBSD.org/src/rev/c01705cfcc7e
branches: trunk
changeset: 328495:c01705cfcc7e
user: christos <christos%NetBSD.org@localhost>
date: Fri Apr 04 16:15:30 2014 +0000
description:
remove debugging.
diffstat:
sbin/fdisk/fdisk.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 2357c17654e4 -r c01705cfcc7e sbin/fdisk/fdisk.c
--- a/sbin/fdisk/fdisk.c Fri Apr 04 16:12:28 2014 +0000
+++ b/sbin/fdisk/fdisk.c Fri Apr 04 16:15:30 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdisk.c,v 1.149 2014/04/03 17:07:11 christos Exp $ */
+/* $NetBSD: fdisk.c,v 1.150 2014/04/04 16:15:30 christos Exp $ */
/*
* Mach Operating System
@@ -39,7 +39,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: fdisk.c,v 1.149 2014/04/03 17:07:11 christos Exp $");
+__RCSID("$NetBSD: fdisk.c,v 1.150 2014/04/04 16:15:30 christos Exp $");
#endif /* not lint */
#define MBRPTYPENAMES
@@ -462,8 +462,6 @@
if (parse_s(optarg, &csysid, &cstart, &csize,
&cbootmenu) == -1)
errx(1, "Bad argument to the -s flag.");
- printf("%d %d %d %s\n", csysid, cstart, csize, cbootmenu);
- exit(0);
break;
case 'b': /* BIOS geometry */
b_flag = 1;
Home |
Main Index |
Thread Index |
Old Index