diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-11-09 23:16:16 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-11-09 23:16:16 +0100 |
commit | 650ff92f3a7088bd8df3f588481e8a9f7b0f2bc2 (patch) | |
tree | 8d0e5481f25b7d91fc43dbfa220f72f1ea156b4d /extra/efltk/efltk-2.0.8-filename-0.1.patch | |
parent | efd81faa882d0a43103eecae7718c8dc485a077c (diff) | |
download | nutyx-pakxe-650ff92f3a7088bd8df3f588481e8a9f7b0f2bc2.tar.gz nutyx-pakxe-650ff92f3a7088bd8df3f588481e8a9f7b0f2bc2.tar.bz2 nutyx-pakxe-650ff92f3a7088bd8df3f588481e8a9f7b0f2bc2.tar.xz nutyx-pakxe-650ff92f3a7088bd8df3f588481e8a9f7b0f2bc2.zip |
efltk, port nettoyé
Diffstat (limited to 'extra/efltk/efltk-2.0.8-filename-0.1.patch')
-rw-r--r-- | extra/efltk/efltk-2.0.8-filename-0.1.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/efltk/efltk-2.0.8-filename-0.1.patch b/extra/efltk/efltk-2.0.8-filename-0.1.patch deleted file mode 100644 index 749bb3e3a..000000000 --- a/extra/efltk/efltk-2.0.8-filename-0.1.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- efltk/src/core/filename_list.cpp.original 2009-12-14 15:18:41.000000000 +0100 -+++ efltk/src/core/filename_list.cpp 2009-12-14 15:19:42.000000000 +0100 -@@ -59,7 +59,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: -- return scandir(dir, list, 0, (int(*)(const void*,const void*))sort); -+ return scandir(dir, 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: |