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/getopt.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libstand/getopt.c') diff --git a/lib/libstand/getopt.c b/lib/libstand/getopt.c index f788fe0..9af05e0 100644 --- a/lib/libstand/getopt.c +++ b/lib/libstand/getopt.c @@ -31,6 +31,9 @@ * SUCH DAMAGE. */ +#include +__FBSDID("$FreeBSD$"); + #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95"; #endif /* LIBC_SCCS and not lint */ -- cgit v1.1