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/util.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bin/ls/util.c') diff --git a/bin/ls/util.c b/bin/ls/util.c index 65841b3..bbfe474 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -34,15 +34,13 @@ * SUCH DAMAGE. */ -#include - -__FBSDID("$FreeBSD$"); - #if 0 #ifndef lint static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #endif +#include +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.1