diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-05-08 21:24:08 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-05-08 21:24:08 +0000 |
| commit | 89c4cb151ab76fee346de3d86260bc5faf18aa72 (patch) | |
| tree | ae8d4665269574418eaadfa3308dce51454a5d57 /lib/libdisk/disk.c | |
| parent | 2fb750faa428edcfe2f5e265726db67d0cb37c2f (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/disk.c')
| -rw-r--r-- | lib/libdisk/disk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c index 42cebbe58a84..9189057de1d7 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.39 1998/12/19 18:48:33 phk Exp $ + * $Id: disk.c,v 1.39.2.1 1999/05/08 19:10:14 dfr Exp $ * */ @@ -241,6 +241,7 @@ Int_Open_Disk(const char *name, u_long size) strcpy(pname,"/dev/r"); strcat(pname,name); + strcat(pname,"c"); j = open(pname,O_RDONLY); if (j < 0) { #ifdef DEBUG |
