From c84c569bd147997ed62ff1c5e725709828199b68 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 30 Jun 2002 05:13:54 +0000 Subject: Consistently use __FBSDID --- bin/ls/ls.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bin/ls/ls.c') diff --git a/bin/ls/ls.c b/bin/ls/ls.c index 496c980..fb6eb1e 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -34,10 +34,6 @@ * SUCH DAMAGE. */ -#include - -__FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1989, 1993, 1994\n\ @@ -49,6 +45,8 @@ static const char copyright[] = static char sccsid[] = "@(#)ls.c 8.5 (Berkeley) 4/2/94"; #endif /* not lint */ #endif +#include +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.1