mirror of
https://github.com/sheumann/hush.git
synced 2025-01-02 09:31:26 +00:00
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"
|
#include "libbb.h"
|
||||||
|
|
||||||
|
#define DEBUG 0
|
||||||
|
|
||||||
int getpty(char *line, int size)
|
int getpty(char *line, int size)
|
||||||
{
|
{
|
||||||
int p;
|
int p;
|
||||||
|
Loading…
Reference in New Issue
Block a user