summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/lseek.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/lseek.c')
-rw-r--r--lib/libc/sys/lseek.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/lseek.c b/lib/libc/sys/lseek.c
index 7ab4675822f..62f7d581b9e 100644
--- a/lib/libc/sys/lseek.c
+++ b/lib/libc/sys/lseek.c
@@ -31,9 +31,9 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: lseek.c,v 1.4 1996/08/19 08:34:31 tholo Exp $";
-#endif /* LIBC_SCCS and not lint */
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+static char rcsid[] = "$OpenBSD: lseek.c,v 1.5 1997/04/26 08:50:12 tholo Exp $";
+#endif /* SYSLIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/syscall.h>