Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1030 → Rev 1031

/shark/trunk/libc/libio/wrappers.c
38,11 → 38,11
*/
 
/*
* CVS : $Id: wrappers.c,v 1.1.1.1 2002-03-29 14:12:53 pj Exp $
* CVS : $Id: wrappers.c,v 1.2 2006-03-09 16:30:05 tullio Exp $
*
* File: $File$
* Revision: $Revision: 1.1.1.1 $
* Last update: $Date: 2002-03-29 14:12:53 $
* Revision: $Revision: 1.2 $
* Last update: $Date: 2006-03-09 16:30:05 $
*/
 
#include <kernel/model.h>
161,8 → 161,6
 
extern int k_stat(char *path, struct stat *buf);
 
//#include <h/sys/kern.h>
 
int __xstat(int version, char *path, struct stat *buf)
{
int res;