aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-27 12:28:35 +1000
committerDavid Walter Seikel2014-01-27 12:28:35 +1000
commitb80ef9b676f3c98a1dfca4cd8d36005fe8d9c70d (patch)
tree1267fe475e377de2de47397c60e43fad1aabd849
parentNote about a segfault found by Roy Tam on the toybox mailing list. (diff)
downloadboxes-b80ef9b676f3c98a1dfca4cd8d36005fe8d9c70d.zip
boxes-b80ef9b676f3c98a1dfca4cd8d36005fe8d9c70d.tar.gz
boxes-b80ef9b676f3c98a1dfca4cd8d36005fe8d9c70d.tar.bz2
boxes-b80ef9b676f3c98a1dfca4cd8d36005fe8d9c70d.tar.xz
Fix bit rot, toybox changed a couple of things.
-rw-r--r--boxes.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/boxes.c b/boxes.c
index 5945308..5bd5ed0 100644
--- a/boxes.c
+++ b/boxes.c
@@ -35,9 +35,8 @@ config BOXES
35*/ 35*/
36 36
37#include "toys.h" 37#include "toys.h"
38#include "toynet.h"
39 38
40DEFINE_GLOBALS( 39GLOBALS(
41 char *mode; 40 char *mode;
42 long h, w; 41 long h, w;
43 // TODO - actually, these should be globals in the library, and leave this buffer alone. 42 // TODO - actually, these should be globals in the library, and leave this buffer alone.