[BusyBox-cvs] busybox/modutils lsmod.c,1.36,1.37
Erik Andersen
andersen at codepoet.org
Sat Jan 11 18:06:06 UTC 2003
Update of /var/cvs/busybox/modutils
In directory winder:/tmp/cvs-serv6525/modutils
Modified Files:
lsmod.c
Log Message:
Patch from Robert Schwebel fixing a missing \n
Index: lsmod.c
===================================================================
RCS file: /var/cvs/busybox/modutils/lsmod.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- lsmod.c 14 Dec 2002 01:58:59 -0000 1.36
+++ lsmod.c 11 Jan 2003 18:06:02 -0000 1.37
@@ -67,6 +67,7 @@
else {
printf(" Not tainted\n");
}
+ printf("\n");
}
#endif
More information about the busybox-cvs
mailing list