summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fseek.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-02-22 15:12:41 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-02-22 15:12:41 +0000
commit7e546392b5fe3a496acff53ac7aadd1c57b2a4cf (patch)
tree917f8907edc047db430fc69dab9b26a7bb9900aa /lib/libc/stdio/fseek.c
parenta794df83c560834b648953255c064baf12444ddd (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/fseek.c')
-rw-r--r--lib/libc/stdio/fseek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fseek.c b/lib/libc/stdio/fseek.c
index 6e164a817828..c6707dfb34f6 100644
--- a/lib/libc/stdio/fseek.c
+++ b/lib/libc/stdio/fseek.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)fseek.c 8.3 (Berkeley) 1/2/94";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>