mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / plat / Linux.cc
similarity index 88%
rename from src/org/xwt/plat/Linux.cc
rename to src/org/ibex/plat/Linux.cc
index b3a19e6..9a9e324 100644 (file)
@@ -1,13 +1,13 @@
 #include <stdint.h>
 #include "X11.cc"
 
-#include <org/xwt/plat/Linux.h>
+#include <org/ibex/plat/Linux.h>
 
 // we love libgcj!
 extern const char **_Jv_argv;
 extern int _Jv_argc;
 
-void org::xwt::plat::Linux::fixEnvironment() {
+void org::ibex::plat::Linux::fixEnvironment() {
     // see http://lists.debian.org/debian-glibc/2003/debian-glibc-200311/msg00647.html
     const char* ld_assume_kernel = getenv("LD_ASSUME_KERNEL");
     if (ld_assume_kernel == NULL || strcmp("2.4.1", ld_assume_kernel)) {