Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/sys/types.h
21,11 → 21,11
 
/**
------------
CVS : $Id: types.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: types.h,v 1.2 2003-03-13 13:41:04 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-03-29 14:12:51 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-13 13:41:04 $
------------
 
**/
66,6 → 66,9
 
#include <bits/types.h>
#include <sys/htypes.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
__DJ_dev_t
#undef __DJ_dev_t
161,5 → 164,6
typedef __u_quad_t u_quad_t;
typedef __quad_t quad_t;
 
__END_DECLS
#endif /* !__dj_include_sys_types_h_ */