aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-11-25 16:06:55 -0500
committerRob Landley <rob@landley.net>2006-11-25 16:06:55 -0500
commit1521a9e9691bf7d6f16bf3b11b5b8fc9079166fb (patch)
treefe416d95c8f7cecadcd4ff89dce24856c58c546c /toys.h
parentb23d230ad55e028a4516e0cd60b7ecdc25504e4b (diff)
downloadtoybox-1521a9e9691bf7d6f16bf3b11b5b8fc9079166fb.tar.gz
Add cat -v.
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys.h b/toys.h
index 67cc2757..31ce2065 100644
--- a/toys.h
+++ b/toys.h
@@ -45,4 +45,4 @@ extern struct toy_context {
// One big temporary buffer, for use by applets (not library functions).
-char buf[4096];
+char toybuf[4096];