Modified from patch by Julian Hall <jules@acris.co.uk>:
authorTom Tromey <tromey@redhat.com>
Wed, 4 Jul 2001 18:33:53 +0000 (18:33 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 4 Jul 2001 18:33:53 +0000 (18:33 +0000)
commit72ea889aa5741088c055de3cf428c6d2ad895b29
treebe285726d9525aba995523a95cf2043841ae3839
parent2b1b6bf903b908e98ea861317289a3c15e0bd0df
Modified from patch by Julian Hall <jules@acris.co.uk>:

* jartool.c (errno): Conditionally declare.
(O_BINARY): Conditionally define.
(main): Use open, not creat.  Use O_BINARY everywhere.
(make_manifest): Use O_BINARY.
(add_to_jar): Likewise.

From-SVN: r43766
fastjar/ChangeLog
fastjar/jartool.c