summaryrefslogtreecommitdiff
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..d2f562ebd04b 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.6.1 2012/03/03 06:15:13 kensmith Exp $");
#include "namespace.h"
#include <sys/param.h>