--- /home/tromey/gnu/Nightly/classpath/classpath/gnu/java/nio/channels/FileChannelImpl.java 2004-05-03 02:20:54.000000000 -0600 +++ gnu/java/nio/channels/FileChannelImpl.java 2004-07-18 02:18:48.000000000 -0600 @@ -94,6 +94,7 @@ // efficient way to accomplish that. private int fd = -1; + private long pos; private int mode; public FileChannelImpl ()