Forgot to give the patch for fixing the prototype... add this change.
Greg
--- gnuserv.h 2000/03/08 17:44:42 1.1
+++ gnuserv.h 2000/03/08 17:44:46
@@ -211,7 +211,7 @@
#define CONN_IPC 2
/* function declarations */
-int make_connection (char *hostarg, int portarg, int *s);
+int make_connection (char *hostarg, int portarg, int gnuservid, int *s);
#ifdef SYSV_IPC
void disconnect_from_ipc_server();
#endif
Show replies by date