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 4c2ffe3c67bf4..6b2c6828b4cae 100644
--- a/lib/libc/gen/ctermid.c
+++ b/lib/libc/gen/ctermid.c
@@ -35,7 +35,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.3 2002/03/22 21:52:05 obrien Exp $");
#include <stdio.h>
#include <paths.h>