[Mplayer-cvslog] CVS: main/Gui/mplayer/gtk fs.h,1.7,1.8

Arpi of Ize arpi at mplayer.dev.hu
Sat Oct 6 18:20:31 CEST 2001


Update of /cvsroot/mplayer/main/Gui/mplayer/gtk
In directory mplayer:/var/tmp.root/cvs-serv6641/mplayer/gtk

Modified Files:
	fs.h 
Log Message:
BSD fixes

Index: fs.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/fs.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fs.h	5 Oct 2001 00:39:53 -0000	1.7
+++ fs.h	6 Oct 2001 16:20:29 -0000	1.8
@@ -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
 




More information about the MPlayer-cvslog mailing list