From df3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Thu, 16 Jan 2003 05:08:57 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_5_0_0'. --- .../abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp (limited to 'editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp') diff --git a/editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp b/editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp deleted file mode 100644 index 9af484ab202f..000000000000 --- a/editors/abiword/files/patch-src::wp::ap::unix::ap_UnixApp.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/wp/ap/unix/ap_UnixApp.cpp.orig Thu Dec 6 09:00:14 2001 -+++ src/wp/ap/unix/ap_UnixApp.cpp Mon Dec 17 13:49:48 2001 -@@ -612,7 +612,7 @@ - { - pluginDir = pluginList[i]; - -- n = scandir(pluginDir.c_str(), &namelist, so_only, alphasort); -+ n = scandir(pluginDir.c_str(), &namelist, (int (*)(dirent *))so_only, alphasort); - UT_DEBUGMSG(("DOM: found %d plugins in %s\n", n, pluginDir.c_str())); - - if (n > 0) -- cgit v1.2.3