X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FPOSIX.cc;h=0c4190b4c20e68351bac79fc04af1ff6f4c08490;hb=05d23fde131a7d19b378c632c6cc6b7924d8ab4d;hp=869e275061409888f0111a28aa52435beb6759fa;hpb=3591b88b94a6bb378af3d4abe6eb5233ce583104;p=org.ibex.core.git diff --git a/src/org/ibex/plat/POSIX.cc b/src/org/ibex/plat/POSIX.cc index 869e275..0c4190b 100644 --- a/src/org/ibex/plat/POSIX.cc +++ b/src/org/ibex/plat/POSIX.cc @@ -1,25 +1,16 @@ -// Copyright 2002 Adam Megacz, see the COPYING file for licensing [LGPL] -// see below for copyright information on the second portion of this file - -#include "GCJ.cc" +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. -#include -#include -#include -#include -#include -#include -#include -#include +// see below for copyright information on the second portion of this file -// FIXME: we don't need all these #include -#include -#include +#include +#include #include -#include +#include #include -#include +#include #include #include #include @@ -27,6 +18,16 @@ #include #include +#include "GCJ.cc" + +#include +#include +#include +#include +#include +#include +#include + jstring org::ibex::plat::POSIX::_getEnv(jstring key) { int len = JvGetStringUTFLength(key); char buf[len + 1];