From 055cfcbe5b0534c700b30216f54336b7581f7be4 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 14 Jan 2007 20:20:06 -0500 Subject: Add start of mke2fs/gene2fs, and some other stuff I've been working on. --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index 20f4cf4b..1af6a6f9 100644 --- a/main.c +++ b/main.c @@ -18,6 +18,7 @@ struct toy_list toy_list[] = { // global context for this applet. struct toy_context toys; +char toybuf[4096]; struct toy_list *toy_find(char *name) { -- cgit v1.2.3