summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/gtk
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-06 16:20:29 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-06 16:20:29 +0000
commit09ee1e1acad9b9e7ce45362160fc8eca502cc86a (patch)
treece6a8dc9ae4fdde953d4447ec0e999c37dbad9c8 /Gui/mplayer/gtk
parent136687678e4ac988a0b3cc7306c4b52a192334f4 (diff)
downloadmpv-09ee1e1acad9b9e7ce45362160fc8eca502cc86a.tar.bz2
mpv-09ee1e1acad9b9e7ce45362160fc8eca502cc86a.tar.xz
BSD fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2113 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/gtk')
-rw-r--r--Gui/mplayer/gtk/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/gtk/fs.h b/Gui/mplayer/gtk/fs.h
index 21eb043323..0bc7d105f9 100644
--- a/Gui/mplayer/gtk/fs.h
+++ b/Gui/mplayer/gtk/fs.h
@@ -9,7 +9,7 @@
#include <glob.h>
#include <unistd.h>
-#if defined(__SVR4) || defined(__bsdi__)
+#ifndef __linux__
#define get_current_dir_name() getcwd(NULL, PATH_MAX)
#endif