mirror of https://github.com/BOINC/boinc.git
Should fix compile problems reported on HPUX
svn path=/trunk/boinc/; revision=6069
This commit is contained in:
parent
cd35223149
commit
597b0d0a97
|
@ -123,6 +123,8 @@ int get_timezone() {
|
|||
return -1*(_timezone);
|
||||
#elif defined(unix)
|
||||
return -1*timezone;
|
||||
#elif defined(HAVE_TZNAME)
|
||||
return -1*timezone;
|
||||
#else
|
||||
#error timezone
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue