Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4651 → Rev 4420

/branches/dd/uspace/app/bdsh/cmds/modules/bdd/bdd.c
28,7 → 28,6
 
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "util.h"
#include "errors.h"
/branches/dd/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
37,7 → 37,6
#include <sys/stat.h>
#include <getopt.h>
#include <stdarg.h>
#include <string.h>
 
#include "config.h"
#include "errors.h"
/branches/dd/uspace/app/bdsh/cmds/modules/rm/rm.c
34,8 → 34,6
#include <fcntl.h>
#include <dirent.h>
#include <getopt.h>
#include <mem.h>
#include <string.h>
 
#include "config.h"
#include "errors.h"
/branches/dd/uspace/app/bdsh/cmds/modules/kcon/kcon.c
30,8 → 30,7
 
#include <stdio.h>
#include <stdlib.h>
#include <io/console.h>
#include <vfs/vfs.h>
#include <console.h>
#include "config.h"
#include "util.h"
#include "errors.h"
66,7 → 65,7
return CMD_FAILURE;
}
 
console_kcon_enable(fphone(stdout));
console_kcon_enable();
 
return CMD_SUCCESS;
}
/branches/dd/uspace/app/bdsh/cmds/modules/pwd/pwd.c
30,7 → 30,6
 
#include <stdio.h>
#include <stdlib.h>
#include <mem.h>
 
#include "config.h"
#include "errors.h"