Kernel sources reformated with 4 space indent, no tabs.
Unused file include/trace.h deleted.
This commit is contained in:
@@ -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
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user