diff options
author | markm <markm@FreeBSD.org> | 2002-02-03 20:55:54 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-02-03 20:55:54 +0000 |
commit | 2973d468862a14fdb440e39dbc4d9a2a56b44009 (patch) | |
tree | d11f4793d28beee25ea92d4e32484bda0dabfc9f /bin/ls/util.c | |
parent | 1084c0a6b26480658bbc0109c5ce24949069a6dc (diff) | |
download | FreeBSD-src-2973d468862a14fdb440e39dbc4d9a2a56b44009.zip FreeBSD-src-2973d468862a14fdb440e39dbc4d9a2a56b44009.tar.gz |
Use __FBSDID() and clean up the vendor tags.
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 34b5b18..172884c 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> |