diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-05-18 22:25:37 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-05-18 22:25:37 +0000 |
| commit | 739618d11928d012745e273b7e03552f6702a5a4 (patch) | |
| tree | 755156ae2c37f9bea818ac6e47ac0a9cab987115 /lib/libdisk/write_disk.c | |
| parent | 18f4c72169271246215b8d3492aff5b71b8b150b (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/write_disk.c')
| -rw-r--r-- | lib/libdisk/write_disk.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libdisk/write_disk.c b/lib/libdisk/write_disk.c index 9d32ea96055a..9240f3fffb0f 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; } |
