From f6666a61a9103591bf3b2cba20c5342edd8e97d7 Mon Sep 17 00:00:00 2001 From: dillon Date: Sun, 30 Sep 2001 22:28:01 +0000 Subject: Add __FBSDID()s to libstand --- lib/libstand/strdup.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libstand/strdup.c') diff --git a/lib/libstand/strdup.c b/lib/libstand/strdup.c index ee46e7d..2204d33 100644 --- a/lib/libstand/strdup.c +++ b/lib/libstand/strdup.c @@ -31,6 +31,9 @@ * SUCH DAMAGE. */ +#include +__FBSDID("$FreeBSD$"); + #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ -- cgit v1.1