Kernel sources reformated with 4 space indent, no tabs.

Unused file include/trace.h deleted.
This commit is contained in:
Serge Vakulenko
2015-06-23 19:00:24 -07:00
parent d9b3b93176
commit d1f1e614f0
150 changed files with 20217 additions and 20382 deletions

View File

@@ -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];