Deleted Added
full compact
42c42
< "$FreeBSD: head/lib/libc/stdio/fseek.c 82742 2001-09-01 15:01:37Z ache $";
---
> "$FreeBSD: head/lib/libc/stdio/fseek.c 82743 2001-09-01 15:28:24Z ache $";
65a66
> int serrno = errno;
73a75,76
> if (ret == 0)
> errno = serrno;
83a87
> int serrno = errno;
91a96,97
> if (ret == 0)
> errno = serrno;