From 3202164edc003152af9e92080b20b174e8259c53 Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 2 Dec 2001 20:45:24 +0000 Subject: Use __FBSDID(). --- usr.bin/ar/move.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr.bin/ar/move.c') diff --git a/usr.bin/ar/move.c b/usr.bin/ar/move.c index 3450ab4..d416b8a 100644 --- a/usr.bin/ar/move.c +++ b/usr.bin/ar/move.c @@ -34,9 +34,13 @@ * SUCH DAMAGE. */ +#include + +__FBSDID("$FreeBSD$"); + #ifndef lint static const char sccsid[] = "@(#)move.c 8.3 (Berkeley) 4/2/94"; -#endif /* not lint */ +#endif #include #include -- cgit v1.1