Kernel sources reformated with 4 space indent, no tabs.
Unused file include/trace.h deleted.
This commit is contained in:
@@ -9,19 +9,19 @@
|
||||
*/
|
||||
|
||||
/* 1.1 */
|
||||
long hostid;
|
||||
char hostname[MAXHOSTNAMELEN];
|
||||
int hostnamelen;
|
||||
long hostid;
|
||||
char hostname[MAXHOSTNAMELEN];
|
||||
int hostnamelen;
|
||||
|
||||
/* 1.2 */
|
||||
#include <sys/time.h>
|
||||
|
||||
struct timeval boottime;
|
||||
struct timeval time;
|
||||
struct timezone tz; /* XXX */
|
||||
int adjdelta;
|
||||
int hz;
|
||||
int usechz; /* # microseconds per hz */
|
||||
int lbolt; /* awoken once a second */
|
||||
struct timeval boottime;
|
||||
struct timeval time;
|
||||
struct timezone tz; /* XXX */
|
||||
int adjdelta;
|
||||
int hz;
|
||||
int usechz; /* # microseconds per hz */
|
||||
int lbolt; /* awoken once a second */
|
||||
|
||||
short avenrun[3];
|
||||
short avenrun[3];
|
||||
|
||||
Reference in New Issue
Block a user