OpenBSD fixes for dtcm. There are no global "timezone" and "tzname" symbols on BSD. Apart from that, mainly #ifdefs.
This commit is contained in:
committed by
Jon Trulson
parent
3718075b7c
commit
57463ec10e
@@ -702,7 +702,8 @@ main(int argc, char **argv)
|
||||
|
||||
if (udp_transp == (SVCXPRT *)-1) {
|
||||
udp_transp = svcudp_create(standalone ? RPC_ANYSOCK : 0
|
||||
#if defined(_AIX) || defined(hpV4) || defined(__osf__) || defined(linux)
|
||||
#if defined(_AIX) || defined(hpV4) || defined(__osf__) || defined(linux) || \
|
||||
defined(CSRG_BASED)
|
||||
);
|
||||
#else
|
||||
,0,0);
|
||||
|
||||
Reference in New Issue
Block a user