summaryrefslogtreecommitdiffstats
path: root/bin/ls
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ls')
-rw-r--r--bin/ls/cmp.c7
-rw-r--r--bin/ls/ls.c6
-rw-r--r--bin/ls/print.c6
-rw-r--r--bin/ls/util.c6
4 files changed, 9 insertions, 16 deletions
diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c
index 981f1fc..38690fe 100644
--- a/bin/ls/cmp.c
+++ b/bin/ls/cmp.c
@@ -34,15 +34,14 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-
-__FBSDID("$FreeBSD$");
-
#if 0
#ifndef lint
static char sccsid[] = "@(#)cmp.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include <sys/stat.h>
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 <sys/cdefs.h>
-
-__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 <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/bin/ls/print.c b/bin/ls/print.c
index 5068419..136012d 100644
--- a/bin/ls/print.c
+++ b/bin/ls/print.c
@@ -34,15 +34,13 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-
-__FBSDID("$FreeBSD$");
-
#if 0
#ifndef lint
static char sccsid[] = "@(#)print.c 8.4 (Berkeley) 4/17/94";
#endif /* not lint */
#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/stat.h>
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 <sys/types.h>
-
-__FBSDID("$FreeBSD$");
-
#if 0
#ifndef lint
static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94";
#endif /* not lint */
#endif
+#include <sys/types.h>
+__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/stat.h>
OpenPOWER on IntegriCloud