diff options
Diffstat (limited to 'bin/ls/util.c')
| -rw-r--r-- | bin/ls/util.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/ls/util.c b/bin/ls/util.c index 34b5b186651e..172884c70af2 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -34,14 +34,15 @@ * SUCH DAMAGE. */ -#ifndef lint +#include <sys/types.h> + +__FBSDID("$FreeBSD$"); + #if 0 +#ifndef lint static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94"; -#else -static const char rcsid[] = - "$FreeBSD$"; -#endif #endif /* not lint */ +#endif #include <sys/types.h> #include <sys/stat.h> |
