diff options
Diffstat (limited to 'bin/stty/modes.c')
-rw-r--r-- | bin/stty/modes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stty/modes.c b/bin/stty/modes.c index e72e2dfc3ea58..1236233e42b87 100644 --- a/bin/stty/modes.c +++ b/bin/stty/modes.c @@ -33,7 +33,7 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/stty/modes.c,v 1.13 2004/04/06 20:06:53 markm Exp $"); #include <sys/types.h> #include <stddef.h> |