foo -> unknown

This commit is contained in:
Jordan K. Hubbard 1995-05-02 20:16:16 +00:00
parent 1d56870d74
commit d81fc24bca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8228
2 changed files with 4 additions and 4 deletions

View File

@ -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.10 1995/05/01 04:05:25 phk Exp $
* $Id: disk.c,v 1.11 1995/05/02 19:52:27 jkh Exp $
*
*/
@ -122,7 +122,7 @@ Int_Open_Disk(char *name, u_long size)
ce = extended;
break;
default:
ce = foo;
ce = unknown;
break;
}
flags |= CHUNK_ALIGN;

View File

@ -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.10 1995/05/01 04:05:25 phk Exp $
* $Id: disk.c,v 1.11 1995/05/02 19:52:27 jkh Exp $
*
*/
@ -122,7 +122,7 @@ Int_Open_Disk(char *name, u_long size)
ce = extended;
break;
default:
ce = foo;
ce = unknown;
break;
}
flags |= CHUNK_ALIGN;