Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/sys/utsname.h
20,11 → 20,11
 
/**
------------
CVS : $Id: utsname.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: utsname.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 $
------------
 
utsname.h
53,6 → 53,10
#ifndef __SYS_UTSNAME_H__
#define __SYS_UTSNAME_H__
 
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
struct utsname {
char machine[18];
char nodename[8];
63,4 → 67,5
 
int uname(struct utsname *name);
 
__END_DECLS
#endif