FileLockImpl.java (fd): Remove field, replacing it by:
authorPer Bothner <bothner@gcc.gnu.org>
Sun, 29 Feb 2004 19:13:45 +0000 (11:13 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Sun, 29 Feb 2004 19:13:45 +0000 (11:13 -0800)
commit3ae1e52c9197131a764d47f4b09fc44a91db3558
treee2ce6d960e94e9c575376f13015a2a7aec40ac74
parentd199feb74801bcbcf2306ae4f40866814f1099dc
FileLockImpl.java (fd): Remove field, replacing it by:

* 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.

From-SVN: r78663
libjava/gnu/java/nio/FileLockImpl.java
libjava/gnu/java/nio/natFileLockImpl.cc [deleted file]