summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libdisk/disk.c4
-rw-r--r--release/libdisk/disk.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c
index b9363a0..d94cfea 100644
--- a/lib/libdisk/disk.c
+++ b/lib/libdisk/disk.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: disk.c,v 1.8 1995/04/30 11:04:13 phk Exp $
+ * $Id: disk.c,v 1.10 1995/05/01 04:05:25 phk Exp $
*
*/
@@ -65,11 +65,13 @@ Int_Open_Disk(char *name, u_long size)
return 0;
}
+#if 0
for(i=0;i<ds.dss_nslices;i++)
if(ds.dss_slices[i].ds_openmask)
printf(" open(%d)=0x%2x",
i,ds.dss_slices[i].ds_openmask);
printf("\n");
+#endif
if (!size)
size = ds.dss_slices[WHOLE_DISK_SLICE].ds_size;
diff --git a/release/libdisk/disk.c b/release/libdisk/disk.c
index b9363a0..d94cfea 100644
--- a/release/libdisk/disk.c
+++ b/release/libdisk/disk.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: disk.c,v 1.8 1995/04/30 11:04:13 phk Exp $
+ * $Id: disk.c,v 1.10 1995/05/01 04:05:25 phk Exp $
*
*/
@@ -65,11 +65,13 @@ Int_Open_Disk(char *name, u_long size)
return 0;
}
+#if 0
for(i=0;i<ds.dss_nslices;i++)
if(ds.dss_slices[i].ds_openmask)
printf(" open(%d)=0x%2x",
i,ds.dss_slices[i].ds_openmask);
printf("\n");
+#endif
if (!size)
size = ds.dss_slices[WHOLE_DISK_SLICE].ds_size;
OpenPOWER on IntegriCloud