Opened 11 years ago
Closed 11 years ago
#1356 closed Defect (fixed)
return value undefined in procinfo_setup() in lib/procinfo_unix.cpp
Reported by: | Christian Beer | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | BOINC - API | Version: | 7.3.15 |
Keywords: | Cc: |
Description
The return value of procinfo_setup() in lib/procinfo_unix.cpp is undefined if HAVE_DIRENT_H is false. This should not happen on Unix/Linux? but if it is happening it should be defined.
Note: See
TracTickets for help on using
tickets.
fixed by removing #ifdef