# HG changeset patch # User Alexander Medvedev # Date 1320699824 0 # Node ID 4062ff826d6e8f110f26ebe4845d1331e7692add # Parent 82c4cce3b3f84a3255837150f1653628b2784824 Del: unneeded fltk patch diff -r 82c4cce3b3f8 -r 4062ff826d6e fltk/stuff/filename_list-dirent.patch --- a/fltk/stuff/filename_list-dirent.patch Mon Nov 07 21:01:36 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ ---- src/filename_list.cxx Thu Sep 24 21:32:52 2009 -+++ src/filename_list.cxx Thu Sep 24 21:35:20 2009 -@@ -67,7 +67,7 @@ - // The vast majority of UNIX systems want the sort function to have this - // prototype, most likely so that it can be passed to qsort without any - // changes: -- int n = scandir(d, list, 0, (int(*)(const void*,const void*))sort); -+ int n = scandir(d, list, 0, (int(*)(const dirent **,const dirent **))sort); - #else - // This version is when we define our own scandir (WIN32 and perhaps - // some Unix systems) and apparently on IRIX: