summaryrefslogtreecommitdiff
path: root/lib/libc/string/strspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strspn.c')
-rw-r--r--lib/libc/string/strspn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strspn.c b/lib/libc/string/strspn.c
index 5dbac0a678576..3b96365dd6602 100644
--- a/lib/libc/string/strspn.c
+++ b/lib/libc/string/strspn.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strspn.c,v 1.5 2005/04/02 18:52:44 das Exp $");
#include <sys/types.h>
#include <limits.h>