{ /* if connect() fails assume TIP not yet started */
/*------------------------------------------------------------ AF_UNIX EXEC */
int pid;
- union wait statusp;
+ int statusp;
char *arg0;
arg0 = strrchr(soc_con[cnt].tip_exe,'/');
= htons(atoi(soc_con[cnt].tip_exe));
if (connect(soc_con[cnt].dfe_sd,
- &soc_con[cnt].tip_sockaddr_in,
+ (struct sockaddr *) &soc_con[cnt].tip_sockaddr_in,
sizeof(soc_con[cnt].tip_sockaddr_in)))
{
sprintf(dfe_errmsg, "DFE-ipc ERROR, connect() call failed %s ",
Fri Apr 30 16:50:38 1993 K. Richard Pixley (rich@rtl.cygnus.com)
+ * udip2soc.c (UDIConnect): replace union wait with int.
+
* config/sparc/sun4sol2.mh (XM_CLIBS): add -lsocket which is
required target ports which use sockets (like a29k-udi).