diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-30 05:13:54 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-30 05:13:54 +0000 |
commit | 5eb43ac2f70729e688f03999a2f66d1272e14a6d (patch) | |
tree | 4c7fe36c579d443e1734fa7f4d5c003df04f4202 /bin/ls/print.c | |
parent | d5a3b1ed7d7108398f0d908a33f69590128416d7 (diff) | |
download | src-5eb43ac2f70729e688f03999a2f66d1272e14a6d.tar.gz src-5eb43ac2f70729e688f03999a2f66d1272e14a6d.zip |
Notes
Diffstat (limited to 'bin/ls/print.c')
-rw-r--r-- | bin/ls/print.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/ls/print.c b/bin/ls/print.c index 506841949833..136012d2f529 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> |