diff options
Diffstat (limited to 'bin/stty/stty.c')
-rw-r--r-- | bin/stty/stty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stty/stty.c b/bin/stty/stty.c index f6daaf076ad8..84a8389527bb 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/stty/stty.c,v 1.23 2005/02/09 17:37:39 ru Exp $"); #include <sys/types.h> |