diff options
Diffstat (limited to 'lib/libc/stdio/setvbuf.c')
| -rw-r--r-- | lib/libc/stdio/setvbuf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/stdio/setvbuf.c b/lib/libc/stdio/setvbuf.c index 4693b9f8a68b5..b027418e4d574 100644 --- a/lib/libc/stdio/setvbuf.c +++ b/lib/libc/stdio/setvbuf.c @@ -39,7 +39,7 @@  static char sccsid[] = "@(#)setvbuf.c	8.2 (Berkeley) 11/16/93";  #endif  static const char rcsid[] = -  "$FreeBSD$"; +  "$FreeBSD: src/lib/libc/stdio/setvbuf.c,v 1.7 1999/08/28 00:01:16 peter Exp $";  #endif /* LIBC_SCCS and not lint */  #include <stdio.h> | 
