Deleted Added
full compact
42c42
< "$FreeBSD: head/lib/libc/stdio/ftell.c 82736 2001-09-01 12:13:33Z ache $";
---
> "$FreeBSD: head/lib/libc/stdio/ftell.c 82807 2001-09-02 19:10:10Z ache $";
113c113
< pos = (*fp->_seek)(fp->_cookie, (fpos_t)0, SEEK_CUR);
---
> pos = _sseek(fp, (fpos_t)0, SEEK_CUR);