commit | 341170b0124f50eb2030fe3c4b841cc57e190663 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Jul 14 19:03:14 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Jul 14 19:03:14 2003 +0000 |
tree | da68354bb2864300b34781fa6ca01a67a5aad48a | |
parent | feb283a437c94ce32effb4fafc3a3291ad804275 [diff] |
Remove all the llseek junk and just use regular old lseek. When DOLFS is enabled, regular lseek is transparently promoted to lseek64 anyways, rendering the llseek stuff pointless. -Erik