summaryrefslogtreecommitdiff
path: root/lib/libc/gen/ctermid.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/ctermid.c')
-rw-r--r--lib/libc/gen/ctermid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/ctermid.c b/lib/libc/gen/ctermid.c
index f88b1f5781989..d5177190c6a00 100644
--- a/lib/libc/gen/ctermid.c
+++ b/lib/libc/gen/ctermid.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)ctermid.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/gen/ctermid.c,v 1.4 2007/01/09 00:27:53 imp Exp $");
#include <stdio.h>
#include <paths.h>