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..b0493b82eee4 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.2.1 2009/10/25 01:10:29 kensmith Exp $"); #define _WITH_GETLINE #include <assert.h> |