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

@@ -3,17 +3,17 @@
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
#define MSG_MAGIC 0x063061
#define MSG_BSIZE 2048
#define MSG_MAGIC 0x063061
#define MSG_BSIZE 2048
struct msgbuf {
long msg_magic;
int msg_bufx;
int msg_bufr;
char msg_bufc [MSG_BSIZE];
struct msgbuf {
long msg_magic;
int msg_bufx;
int msg_bufr;
char msg_bufc [MSG_BSIZE];
};
#define logMSG 0 /* /dev/klog */
#define logMSG 0 /* /dev/klog */
#ifdef KERNEL
/*