summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/getsubopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/getsubopt.c')
-rw-r--r--lib/libc/stdlib/getsubopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getsubopt.c b/lib/libc/stdlib/getsubopt.c
index 6d0ab75668d04..bc0b7342869c9 100644
--- a/lib/libc/stdlib/getsubopt.c
+++ b/lib/libc/stdlib/getsubopt.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)getsubopt.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/stdlib/getsubopt.c,v 1.7.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <stdlib.h>
#include <string.h>