From 5951024ab35e6cdd1ed6b97d76e28f1a253f6593 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 3 Nov 2020 21:09:34 +0100 Subject: Started TCP implementation --- apps/init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') diff --git a/apps/init.c b/apps/init.c index 7cb9e25..9d64388 100644 --- a/apps/init.c +++ b/apps/init.c @@ -12,7 +12,6 @@ int main(int argc, char **argv) int wm = exec("/bin/wm", "wm", argv[1], NULL); int exec = exec("/bin/exec", "test", NULL); - /* exec("/bin/cc", "cc", "/res/test.c", NULL); */ return wm + exec; } -- cgit v1.2.3