From 0c4dbd481aedb5d22c1048e7f7eb547a3b5e50a5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 18 Sep 2017 16:28:43 +0200 Subject: regularize format of source file headers, no code changes Signed-off-by: Denys Vlasenko --- findutils/find.c | 3 --- findutils/grep.c | 1 - 2 files changed, 4 deletions(-) (limited to 'findutils') diff --git a/findutils/find.c b/findutils/find.c index 5857a3f44..d9a42b3c6 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -9,7 +9,6 @@ * * Licensed under GPLv2, see file LICENSE in this source tree. */ - /* findutils-4.1.20: * * # find file.txt -exec 'echo {}' '{} {}' ';' @@ -44,7 +43,6 @@ * # find t z t z '(' -name '*t*' -o -name '*z*' ')' -o -print * (no output) */ - /* Testing script * ./busybox find "$@" | tee /tmp/bb_find * echo ================== @@ -52,7 +50,6 @@ * echo ================== * diff -u /tmp/std_find /tmp/bb_find && echo Identical */ - //config:config FIND //config: bool "find (14 kb)" //config: default y diff --git a/findutils/grep.c b/findutils/grep.c index 7c5f73d2f..f72175afb 100644 --- a/findutils/grep.c +++ b/findutils/grep.c @@ -17,7 +17,6 @@ * * (C) 2006 Jac Goudsmit added -o option */ - //config:config GREP //config: bool "grep (8.5 kb)" //config: default y -- cgit v1.2.3