From: Paul Fox Date: Wed, 5 Mar 2008 22:01:45 +0000 (-0000) Subject: define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on. X-Git-Tag: 1_10_0~64 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b4a5087ee006bfee20c7272e92322f9f6377d042;p=oweals%2Fbusybox.git define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on. --- diff --git a/libbb/getpty.c b/libbb/getpty.c index 4b65188fb..c006e34f5 100644 --- a/libbb/getpty.c +++ b/libbb/getpty.c @@ -8,6 +8,8 @@ #include "libbb.h" +#define DEBUG 0 + int getpty(char *line, int size) { int p;