dtinfo subtree dtinfogen

This commit is contained in:
Ulrich Wilkens
2012-10-14 17:13:07 +02:00
committed by Jon Trulson
parent 51b8929ebd
commit 07e886ba7c
45 changed files with 226 additions and 122 deletions

View File

@@ -29,10 +29,12 @@
#endif
#include <sys/stat.h>
#include <sys/types.h>
#include <stream.h>
#include <sstream>
using namespace std;
#include "Exceptions.hh"
#include "Task.h"
#include "api/utility.h"
/* exported interface */
#include "SearchPath.h"
@@ -147,9 +149,6 @@ SearchPath::get_real_path( const char *file_name )
fclose( fp );
return ( full_path_name );
}
fclose( fp );
}
return NULL;