diff options
Diffstat (limited to 'lib/libc/gen/ttyname.c')
| -rw-r--r-- | lib/libc/gen/ttyname.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/gen/ttyname.c b/lib/libc/gen/ttyname.c index e4a0ed4dec08..b4e52f7505c6 100644 --- a/lib/libc/gen/ttyname.c +++ b/lib/libc/gen/ttyname.c @@ -35,7 +35,7 @@  static char sccsid[] = "@(#)ttyname.c	8.2 (Berkeley) 1/27/94";  #endif /* LIBC_SCCS and not lint */  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/gen/ttyname.c,v 1.16 2004/01/06 18:26:14 nectar Exp $");  #include "namespace.h"  #include <sys/types.h> | 
