$OpenBSD$ Index: src/mgr/swmgr.cpp --- src/mgr/swmgr.cpp.orig +++ src/mgr/swmgr.cpp @@ -1362,7 +1362,7 @@ void SWMgr::InstallScan(const char *dirname) else { if (!conffd) { conffd = FileMgr::getSystemFileMgr()->open(config->filename.c_str(), FileMgr::WRONLY|FileMgr::APPEND); - if (conffd > 0) + if ((long)conffd > 0) conffd->seek(0L, SEEK_END); else { FileMgr::getSystemFileMgr()->close(conffd);