svn commit: trunk/busybox/procps

pgf at busybox.net pgf at busybox.net
Thu Mar 20 16:05:02 UTC 2008


Author: pgf
Date: 2008-03-20 09:05:02 -0700 (Thu, 20 Mar 2008)
New Revision: 21414

Log:
let top build without TERMIOS enabled


Modified:
   trunk/busybox/procps/top.c


Changeset:
Modified: trunk/busybox/procps/top.c
===================================================================
--- trunk/busybox/procps/top.c	2008-03-20 16:04:36 UTC (rev 21413)
+++ trunk/busybox/procps/top.c	2008-03-20 16:05:02 UTC (rev 21414)
@@ -933,6 +933,8 @@
 	} /* end of "while (1)" */
 
 	bb_putchar('\n');
+#if ENABLE_FEATURE_USE_TERMIOS
 	reset_term();
+#endif
 	return EXIT_SUCCESS;
 }




More information about the busybox-cvs mailing list