From 1521a9e9691bf7d6f16bf3b11b5b8fc9079166fb Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 25 Nov 2006 16:06:55 -0500 Subject: Add cat -v. --- toys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys.h') 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]; -- cgit v1.2.3