diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-02 19:52:27 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-02 19:52:27 +0000 |
| commit | 1d56870d744bbb8ac93c42da0b059c08a3244f1c (patch) | |
| tree | fcaa2b9af1a7bed98a9e2951c9b9553374d7d961 /lib/libdisk/disk.c | |
| parent | ff17906bc9c53c306cac88b77fd05bd9bfbe7a26 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/disk.c')
| -rw-r--r-- | lib/libdisk/disk.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c index b9363a0f28e8..d94cfeaef092 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; |
