aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find/operator.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-05-05 21:24:18 +0000
committerXin LI <delphij@FreeBSD.org>2010-05-05 21:24:18 +0000
commitd18129ea1d0a63a8736020b2e6a3c241976511b5 (patch)
tree73276a50973e775737cb11e78f7f2386a3fe7968 /usr.bin/find/operator.c
parentdb8fd40e9fabb7207d19d8828480ca62c328d685 (diff)
downloadsrc-d18129ea1d0a63a8736020b2e6a3c241976511b5.tar.gz
src-d18129ea1d0a63a8736020b2e6a3c241976511b5.zip
Move SCCS tags to comments as they were already #if 0'ed.
Notes
Notes: svn path=/head/; revision=207677
Diffstat (limited to 'usr.bin/find/operator.c')
-rw-r--r--usr.bin/find/operator.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.bin/find/operator.c b/usr.bin/find/operator.c
index c774efa0dc89..d1a7ea8e807b 100644
--- a/usr.bin/find/operator.c
+++ b/usr.bin/find/operator.c
@@ -32,14 +32,10 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * @(#)operator.c 8.1 (Berkeley) 6/6/93
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)operator.c 8.1 (Berkeley) 6/6/93";
-#endif
-#endif /* not lint */
-
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");