projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4917c11
)
define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on.
author
Paul Fox
<pgf@brightstareng.com>
Wed, 5 Mar 2008 22:01:45 +0000
(22:01 -0000)
committer
Paul Fox
<pgf@brightstareng.com>
Wed, 5 Mar 2008 22:01:45 +0000
(22:01 -0000)
libbb/getpty.c
patch
|
blob
|
history
diff --git
a/libbb/getpty.c
b/libbb/getpty.c
index 4b65188fbb76f64f6a8a569f51bccdc541aa7488..c006e34f5f90a0aab8d94eb5174a27e6750318c4 100644
(file)
--- 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;