aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/getdelim.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/getdelim.c')
-rw-r--r--lib/libc/stdio/getdelim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/getdelim.c b/lib/libc/stdio/getdelim.c
index d7d5627ec92f..31b69bed5542 100644
--- a/lib/libc/stdio/getdelim.c
+++ b/lib/libc/stdio/getdelim.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/stdio/getdelim.c,v 1.2.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $");
#include "namespace.h"
#include <sys/param.h>