diff options
Diffstat (limited to 'lib/libc/string/strcspn.c')
-rw-r--r-- | lib/libc/string/strcspn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strcspn.c b/lib/libc/string/strcspn.c index 3879a3b085c73..8e234aefc8c91 100644 --- a/lib/libc/string/strcspn.c +++ b/lib/libc/string/strcspn.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/strcspn.c,v 1.5.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <limits.h> |