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

Arpi of Ize arpi at mplayer.dev.hu
Fri Oct 5 02:39:56 CEST 2001


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

Modified Files:
	fs.h 
Log Message:
BSD/OS support

Index: fs.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/fs.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fs.h	13 Sep 2001 19:49:40 -0000	1.6
+++ fs.h	5 Oct 2001 00:39:53 -0000	1.7
@@ -9,7 +9,7 @@
 #include <glob.h>
 #include <unistd.h>
 
-#ifdef	__SVR4
+#if	defined(__SVR4) || defined(__bsdi__)
 #define	get_current_dir_name()	getcwd(NULL, PATH_MAX)
 #endif
 




More information about the MPlayer-cvslog mailing list