diff options
Diffstat (limited to 'tools/regression/lib/libc/stdio/test-getdelim.c')
-rw-r--r-- | tools/regression/lib/libc/stdio/test-getdelim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/lib/libc/stdio/test-getdelim.c b/tools/regression/lib/libc/stdio/test-getdelim.c index 1102c20fd5af..187692e7191c 100644 --- a/tools/regression/lib/libc/stdio/test-getdelim.c +++ b/tools/regression/lib/libc/stdio/test-getdelim.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/stdio/test-getdelim.c,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #define _WITH_GETLINE #include <assert.h> |