natFilePosix.cc: Copied this from natFile.cc.

2002-02-12  Adam Megacz <adam@xwt.org>

    * java/io/natFilePosix.cc: Copied this from natFile.cc.
    * java/io/natFile.cc: Removed from repository.
    * configure.in: Added AC_LINK_FILES for natFile${PLATFORM}.

From-SVN: r49700
This commit is contained in:
Adam Megacz 2002-02-12 05:52:33 +00:00 committed by Adam Megacz
parent c0e4074ddd
commit 8a434a3691
4 changed files with 321 additions and 324 deletions

View File

@ -1,3 +1,9 @@
2002-02-12 Adam Megacz <adam@xwt.org>
* java/io/natFilePosix.cc: Copied this from natFile.cc.
* java/io/natFile.cc: Removed from repository.
* configure.in: Added AC_LINK_FILES for natFile${PLATFORM}.
2002-02-12 Adam Megacz <adam@xwt.org>
* win32.cc: Added two #includes to make win32.cc compile.

638
libjava/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -242,6 +242,7 @@ dnl to create the link will fail.
test -d java || mkdir java
test -d java/io || mkdir java/io
test -d gnu || mkdir gnu
AC_LINK_FILES(java/io/natFile${PLATFORM}.cc, java/io/natFile.cc)
AC_LINK_FILES(java/io/natFileDescriptor${PLATFORM}.cc, java/io/natFileDescriptor.cc)
dnl Likewise for ConcreteProcess.java and natConcreteProcess.cc.