diff options
author | markm <markm@FreeBSD.org> | 2001-12-02 20:45:24 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-12-02 20:45:24 +0000 |
commit | 3202164edc003152af9e92080b20b174e8259c53 (patch) | |
tree | 33ecfe88a578e9d6ad6997b740684957ecdcb200 /usr.bin/ar/extract.c | |
parent | a7016d6ca8de76e446db96f6f66969fa695fb423 (diff) | |
download | FreeBSD-src-3202164edc003152af9e92080b20b174e8259c53.zip FreeBSD-src-3202164edc003152af9e92080b20b174e8259c53.tar.gz |
Use __FBSDID().
Diffstat (limited to 'usr.bin/ar/extract.c')
-rw-r--r-- | usr.bin/ar/extract.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/ar/extract.c b/usr.bin/ar/extract.c index 89503f3..36c31e3 100644 --- a/usr.bin/ar/extract.c +++ b/usr.bin/ar/extract.c @@ -34,9 +34,13 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> + +__FBSDID("$FreeBSD$"); + #ifndef lint static const char sccsid[] = "@(#)extract.c 8.3 (Berkeley) 4/2/94"; -#endif /* not lint */ +#endif #include <sys/param.h> #include <sys/time.h> |