Skip to content
Snippets Groups Projects
Commit 3b190f0d authored by Nick Schermer's avatar Nick Schermer
Browse files

* thunar-vfs/thunar-vfs-os-generic.c: Make UTF-8.

(Old svn revision: 28955)
parent 0411d6c4
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
#define g_access(path, mode) (access ((path), (mode))) #define g_access(path, mode) (access ((path), (mode)))
#endif #endif
/* %&$!# IRIX and Solaris */ /* !@#$%^&* IRIX and Solaris */
#if defined(__sgi__) && !defined(dirfd) #if defined(__sgi__) && !defined(dirfd)
#define dirfd(dp) (((DIR *) (dp))->__dd_fd) #define dirfd(dp) (((DIR *) (dp))->__dd_fd)
#elif (defined(__sun__) || defined(__sun)) && !defined(dirfd) #elif (defined(__sun__) || defined(__sun)) && !defined(dirfd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment