Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 64 → Rev 927

/shark/trunk/fs/msdos/msdos_s.c
34,11 → 34,11
*/
 
/*
* CVS : $Id: msdos_s.c,v 1.1.1.1 2002-03-29 14:12:50 pj Exp $
* CVS : $Id: msdos_s.c,v 1.2 2005-01-08 14:59:23 pj Exp $
*
* File: $File$
* Revision: $Revision: 1.1.1.1 $
* Last update: $Date: 2002-03-29 14:12:50 $
* Revision: $Revision: 1.2 $
* Last update: $Date: 2005-01-08 14:59:23 $
*/
 
#include <fs/types.h>
555,7 → 555,7
d=get_dentry();
if (d!=NULL) {
sys_abort(1234);
exit(1234);
}
strcpy(d->d_name.name,"BC45");
d->d_name.nameptr=NULL;