summaryrefslogtreecommitdiffstats
path: root/lib/libdisk
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-05-18 22:25:37 +0000
committerphk <phk@FreeBSD.org>1995-05-18 22:25:37 +0000
commit663c5c1f9d4bb41b381b214cf0e215ce767cf5d3 (patch)
tree755156ae2c37f9bea818ac6e47ac0a9cab987115 /lib/libdisk
parent5a84a7196cfce8aea8d7b9b9591bba709f6b0db8 (diff)
downloadFreeBSD-src-663c5c1f9d4bb41b381b214cf0e215ce767cf5d3.zip
FreeBSD-src-663c5c1f9d4bb41b381b214cf0e215ce767cf5d3.tar.gz
Remove two printfs before Jordan has a fit over them.
Diffstat (limited to 'lib/libdisk')
-rw-r--r--lib/libdisk/write_disk.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libdisk/write_disk.c b/lib/libdisk/write_disk.c
index 9d32ea9..9240f3f 100644
--- a/lib/libdisk/write_disk.c
+++ b/lib/libdisk/write_disk.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: write_disk.c,v 1.8 1995/05/06 03:28:32 phk Exp $
+ * $Id: write_disk.c,v 1.9 1995/05/08 02:08:33 phk Exp $
*
*/
@@ -51,8 +51,6 @@ Write_FreeBSD(int fd, struct disk *new, struct disk *old, struct chunk *c1)
dl = (struct disklabel *) (buf+512*LABELSECTOR+LABELOFFSET);
memset(dl,0,sizeof *dl);
- printf("--> Write_FreeBSD()\n");
-
for(c2=c1->part;c2;c2=c2->next) {
if (c2->type == unused) continue;
if (!strcmp(c2->name,"X")) continue;
@@ -101,7 +99,6 @@ Write_FreeBSD(int fd, struct disk *new, struct disk *old, struct chunk *c1)
int
Write_Extended(int fd, struct disk *new, struct disk *old, struct chunk *c1)
{
- printf("--> Write_Extended()\n");
return 0;
}
OpenPOWER on IntegriCloud