svn commit: trunk/busybox/libbb
pgf at busybox.net
pgf at busybox.net
Wed Mar 5 14:01:46 PST 2008
Author: pgf
Date: 2008-03-05 14:01:45 -0800 (Wed, 05 Mar 2008)
New Revision: 21173
Log:
define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on.
Modified:
trunk/busybox/libbb/getpty.c
Changeset:
Modified: trunk/busybox/libbb/getpty.c
===================================================================
--- trunk/busybox/libbb/getpty.c 2008-03-05 17:54:17 UTC (rev 21172)
+++ trunk/busybox/libbb/getpty.c 2008-03-05 22:01:45 UTC (rev 21173)
@@ -8,6 +8,8 @@
#include "libbb.h"
+#define DEBUG 0
+
int getpty(char *line, int size)
{
int p;
More information about the busybox-cvs
mailing list