Module Name: src
Committed By: christos
Date: Fri Apr 4 16:15:30 UTC 2014
Modified Files:
src/sbin/fdisk: fdisk.c
Log Message:
remove debugging.
To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 src/sbin/fdisk/fdisk.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/fdisk/fdisk.c
diff -u src/sbin/fdisk/fdisk.c:1.149 src/sbin/fdisk/fdisk.c:1.150
--- src/sbin/fdisk/fdisk.c:1.149 Thu Apr 3 13:07:11 2014
+++ src/sbin/fdisk/fdisk.c Fri Apr 4 12:15:30 2014
@@ -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 @@ main(int argc, char *argv[])
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;