diff options
Diffstat (limited to 'lib/libc/gen/termios.c')
-rw-r--r-- | lib/libc/gen/termios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/termios.c b/lib/libc/gen/termios.c index 333dff4cb62f..b9f3bb3b516c 100644 --- a/lib/libc/gen/termios.c +++ b/lib/libc/gen/termios.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)termios.c 8.2 (Berkeley) 2/21/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/termios.c,v 1.14.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "namespace.h" #include <sys/types.h> |