diff options
Diffstat (limited to 'lib/libc/stdio/fcloseall.c')
-rw-r--r-- | lib/libc/stdio/fcloseall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fcloseall.c b/lib/libc/stdio/fcloseall.c index 8ee9a6227b79..65b707f381c6 100644 --- a/lib/libc/stdio/fcloseall.c +++ b/lib/libc/stdio/fcloseall.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/fcloseall.c,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <stdio.h> #include "local.h" |