summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/setbuffer.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-08-29 14:49:43 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-08-29 14:49:43 +0000
commitf376ef90540b4d5b6e7f467620e91404ba306d89 (patch)
tree22ac632b7e1d8f96ac7c3fb7ec191b5255a39c3b /lib/libc/stdio/setbuffer.c
parentd972ce881fe369f691dace165130c515c02e0250 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/setbuffer.c')
-rw-r--r--lib/libc/stdio/setbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/setbuffer.c b/lib/libc/stdio/setbuffer.c
index d27217751e15..7db2d4d79a4e 100644
--- a/lib/libc/stdio/setbuffer.c
+++ b/lib/libc/stdio/setbuffer.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)setbuffer.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* LIBC_SCCS and not lint */
#include <stdio.h>