Переглянути джерело

* Compile warning

svn: 949
Bryan Drewery 22 роки тому
батько
коміт
6917d074eb
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/net.c

+ 1 - 1
src/net.c

@@ -726,7 +726,7 @@ int open_telnet(char *server, port_t port)
 #ifdef USE_IPV6
 int open_address_listen(IP addr, int af_def, port_t *port)
 #else
-int open_address_listen(IP addr, int *port)
+int open_address_listen(IP addr, port_t int *port)
 #endif /* USE_IPV6 */
  {
   int sock = 0;