summaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.c b/init.c
index d3e1182..e15cccf 100644
--- a/init.c
+++ b/init.c
@@ -1,10 +1,10 @@
+// init: The initial user-level program
+
#include "types.h"
#include "stat.h"
#include "user.h"
#include "fcntl.h"
-// init: The initial user-level program
-
char *sh_args[] = { "sh", 0 };
int