diff options
author | Ritesh Raj Sarraf <rrs@debian.org> | 2013-11-19 03:24:56 -0500 |
---|---|---|
committer | Ritesh Raj Sarraf <rrs@debian.org> | 2013-12-03 12:33:38 +0530 |
commit | 6efaaad77695d94c0a51e717f0bc5eccbc5092ea (patch) | |
tree | 4a0e39cf6af4b9db9625814335dbdbe5b7637679 /src/VBox/Runtime/r3/posix/path2-posix.cpp | |
parent | 668830cfe133a3a652325266a03dead61a50117b (diff) | |
download | virtualbox-6efaaad77695d94c0a51e717f0bc5eccbc5092ea.tar.gz |
Imported Upstream version 4.3.2-dfsg
Diffstat (limited to 'src/VBox/Runtime/r3/posix/path2-posix.cpp')
-rw-r--r-- | src/VBox/Runtime/r3/posix/path2-posix.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/VBox/Runtime/r3/posix/path2-posix.cpp b/src/VBox/Runtime/r3/posix/path2-posix.cpp index abc2ce29a..856424d78 100644 --- a/src/VBox/Runtime/r3/posix/path2-posix.cpp +++ b/src/VBox/Runtime/r3/posix/path2-posix.cpp @@ -48,10 +48,6 @@ #include "internal/process.h" #include "internal/fs.h" -#ifdef RT_OS_L4 -# include <l4/vboxserver/vboxserver.h> -#endif - RTR3DECL(int) RTPathQueryInfo(const char *pszPath, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAdditionalAttribs) { |