define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on.

This commit is contained in:
Paul Fox 2008-03-05 22:01:45 +00:00
parent 4917c11432
commit b4a5087ee0

View File

@ -8,6 +8,8 @@
#include "libbb.h"
#define DEBUG 0
int getpty(char *line, int size)
{
int p;