define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on.
This commit is contained in:
parent
4917c11432
commit
b4a5087ee0
@ -8,6 +8,8 @@
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
#define DEBUG 0
|
||||
|
||||
int getpty(char *line, int size)
|
||||
{
|
||||
int p;
|
||||
|
Loading…
Reference in New Issue
Block a user