This commit is contained in:
dockes 2009-10-21 11:58:12 +00:00
parent 6bd43301e1
commit 7948049f4c
2 changed files with 4 additions and 1 deletions

View File

@ -46,6 +46,7 @@ ${rcltop}/internfile/internfile.cpp
${rcltop}/internfile/myhtmlparse.cpp
${rcltop}/internfile/mimehandler.cpp
${rcltop}/internfile/mh_exec.cpp
${rcltop}/internfile/mh_execm.cpp
${rcltop}/internfile/mh_html.cpp
${rcltop}/internfile/mh_mail.cpp
${rcltop}/internfile/mh_mbox.cpp
@ -64,6 +65,7 @@ ${rcltop}/rcldb/stemdb.cpp
${rcltop}/rcldb/stoplist.cpp
${rcltop}/unac/unac.c
${rcltop}/utils/base64.cpp
${rcltop}/utils/closefrom.cpp
${rcltop}/utils/conftree.cpp
${rcltop}/utils/copyfile.cpp
${rcltop}/utils/debuglog.cpp
@ -72,6 +74,7 @@ ${rcltop}/utils/idfile.cpp
${rcltop}/utils/fileudi.cpp
${rcltop}/utils/md5.cpp
${rcltop}/utils/mimeparse.cpp
${rcltop}/utils/netcon.cpp
${rcltop}/utils/pathut.cpp
${rcltop}/utils/readfile.cpp
${rcltop}/utils/smallut.cpp

View File

@ -97,7 +97,7 @@ int libclf_closefrom(int fd0)
}
/*************************************************************************/
#elif defined(linux)
#elif (defined(linux) || defined(__linux))
/* Use /proc/self/fd directory */
#include <sys/types.h>