ANU News Patch Patch ID: 940523_nntp_tcpucxm.c!ccdarg@zippy.dct.ac.uk Date: 23-May-1994 Author: Alan Greig ccdarg@zippy.dct.ac.uk News Version: 6.1beta9 News Files: NNTP_TCPUCXM.C, Options_C_UCXLink_AXP.Opt Description: Changes link options file for use with UCX on AXP to use shareable image IPC library rather than object library. Also, changes NNTP_TCPUCXM.C so that when compiling with DECC, #include errno is changed to #include , since DECC chokes on the former under some circumstances. *** nntp_tcpucxm.c --- nntp_tcpucxm_new.c ************** *** 112,114 */ #if vax11c --- 112,117 ----- + * V6.1b9 23-May-1994 Alan Greig ccdarg@zippy.dct.ac.uk + * - change #include errno to #include under DECC, because + * DECC chokes on the former under some (unclear) circumstances. */ #if vax11c ************** *** 126,132 #include iodef #include dvidef #include signal - #include errno #include types #include socket #include in --- 129,134 ----- #include iodef #include dvidef #include signal #include types #include socket #include in ************** *** 132,137 #include in #include netdb #include inet #else #include #include --- 134,144 ----- #include in #include netdb #include inet + #ifdef __DECC + #include + #else + #include errno + #endif #else #include #include *** options_c_ucxlink_axp.opt --- options_c_ucxlink_axp_new.opt ************** *** 1,1 ! sys$library:ucx$ipc.olb/lib --- 1,1 ----- ! sys$share:ucx$ipc_shr/share *** patchlist.h;-1 --- patchlist.h ************** *** 1,1 =+=+= End =+=+= --- 1,2 ----- + 940523_nntp_tcpucxm.c!ccdarg@zippy.dct.ac.uk =+=+= End =+=+=