[BusyBox-cvs] busybox/console-tools clear.c,1.16,1.17
Erik Andersen
andersen at busybox.net
Wed Oct 22 10:31:39 UTC 2003
Update of /var/cvs/busybox/console-tools
In directory winder:/tmp/cvs-serv11859/console-tools
Modified Files:
clear.c
Log Message:
Patch from Arthur Othieno for style-guide.txt conformance
Index: clear.c
===================================================================
RCS file: /var/cvs/busybox/console-tools/clear.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- clear.c 14 Jul 2003 21:20:42 -0000 1.16
+++ clear.c 22 Oct 2003 10:31:36 -0000 1.17
@@ -20,6 +20,8 @@
*
*/
+/* no options, no getopt */
+
#include <stdio.h>
#include <stdlib.h>
#include "busybox.h"
More information about the busybox-cvs
mailing list