[git commit master] cmp: remove history comment. it is more natural to keep it in source control

Denys Vlasenko vda.linux at googlemail.com
Mon Apr 26 12:04:29 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=920185c69ac9addf06cb47a0f2336e075d6dacb2
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

The comment was:

* Mar 16, 2003      Manuel Novoa III   (mjn3 at codepoet.org)
*
* Original version majorly reworked for SUSv3 compliance, bug fixes, and
* size optimizations.  Changes include:
* 1) Now correctly distinguishes between errors and actual file differences.
* 2) Proper handling of '-' args.
* 3) Actual error checking of i/o.
* 4) Accept SUSv3 -l option.  Note that we use the slightly nicer gnu format
*    in the '-l' case.

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 editors/cmp.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/editors/cmp.c b/editors/cmp.c
index e829451..dbfa4be 100644
--- a/editors/cmp.c
+++ b/editors/cmp.c
@@ -10,17 +10,6 @@
 /* BB_AUDIT SUSv3 (virtually) compliant -- uses nicer GNU format for -l. */
 /* http://www.opengroup.org/onlinepubs/007904975/utilities/cmp.html */
 
-/* Mar 16, 2003      Manuel Novoa III   (mjn3 at codepoet.org)
- *
- * Original version majorly reworked for SUSv3 compliance, bug fixes, and
- * size optimizations.  Changes include:
- * 1) Now correctly distinguishes between errors and actual file differences.
- * 2) Proper handling of '-' args.
- * 3) Actual error checking of i/o.
- * 4) Accept SUSv3 -l option.  Note that we use the slightly nicer gnu format
- *    in the '-l' case.
- */
-
 #include "libbb.h"
 
 static const char fmt_eof[] ALIGN1 = "cmp: EOF on %s\n";
-- 
1.6.3.3



More information about the busybox-cvs mailing list