diff options
author | David Walter Seikel | 2014-01-27 12:28:35 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-01-27 12:28:35 +1000 |
commit | b80ef9b676f3c98a1dfca4cd8d36005fe8d9c70d (patch) | |
tree | 1267fe475e377de2de47397c60e43fad1aabd849 | |
parent | Note about a segfault found by Roy Tam on the toybox mailing list. (diff) | |
download | boxes-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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -35,9 +35,8 @@ config BOXES | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #include "toys.h" | 37 | #include "toys.h" |
38 | #include "toynet.h" | ||
39 | 38 | ||
40 | DEFINE_GLOBALS( | 39 | GLOBALS( |
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. |