* gnu/java/nio/FileLockImpl.java (fd): Remove field, replacing it by:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Feb 2004 19:13:45 +0000 (19:13 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Feb 2004 19:13:45 +0000 (19:13 +0000)
commitb2468e06703f481bfd0739d1b0f4392cf4653cd5
treee2ce6d960e94e9c575376f13015a2a7aec40ac74
parentb4be9bd25f9728e4ca31b1df051ecdb2032d13eb
* gnu/java/nio/FileLockImpl.java (fd):  Remove field, replacing it by:
(ch):  New FileChannelImpl field.  Update constructor to match.
(releaseImpl):  Remove native method.  Instead ...
(release):  Call unlock on channel.
* gnu/java/nio/natFileLockImpl.cc:  Removed file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78663 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/gnu/java/nio/FileLockImpl.java
libjava/gnu/java/nio/natFileLockImpl.cc [deleted file]