From 0bcfb0d280ebf71e1bd91719688d31c489b5b8ed Mon Sep 17 00:00:00 2001 From: azaballa Date: Mon, 18 Sep 2006 00:44:43 +0000 Subject: [PATCH] Brought GP2X FSNode class up to date with the latest POSIX class. Removed MACOSX ifdefs. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1131 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/gp2x/FSNodeGP2X.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/stella/src/gp2x/FSNodeGP2X.cxx b/stella/src/gp2x/FSNodeGP2X.cxx index 8ca030642..ab2f9788e 100644 --- a/stella/src/gp2x/FSNodeGP2X.cxx +++ b/stella/src/gp2x/FSNodeGP2X.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: FSNodeGP2X.cxx,v 1.1 2006-01-08 02:28:03 stephena Exp $ +// $Id: FSNodeGP2X.cxx,v 1.2 2006-09-18 00:44:43 azaballa Exp $ // // Based on code from ScummVM - Scumm Interpreter // Copyright (C) 2002-2004 The ScummVM project @@ -21,10 +21,6 @@ #include "FSNode.hxx" -#ifdef MACOSX - #include -#endif - #include #include #include @@ -145,7 +141,6 @@ POSIXFilesystemNode::POSIXFilesystemNode(const POSIXFilesystemNode* node) // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FSList POSIXFilesystemNode::listDir(ListMode mode) const { - assert(_isDirectory); DIR *dirp = opendir(_path.c_str()); struct stat st;