diff options
Diffstat (limited to 'lib/libc/stdio/putc.c')
| -rw-r--r-- | lib/libc/stdio/putc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/stdio/putc.c b/lib/libc/stdio/putc.c index e231d0e3b7d9..fe1591c0dec4 100644 --- a/lib/libc/stdio/putc.c +++ b/lib/libc/stdio/putc.c @@ -39,7 +39,7 @@  static char sccsid[] = "@(#)putc.c	8.1 (Berkeley) 6/4/93";  #endif  static const char rcsid[] = -		"$Id: putc.c,v 1.5 1997/02/22 15:02:17 peter Exp $"; +  "$FreeBSD$";  #endif /* LIBC_SCCS and not lint */  #include <stdio.h> | 
