diff options
Diffstat (limited to 'emulators/dynamips/files/patch-net.h')
-rw-r--r-- | emulators/dynamips/files/patch-net.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/emulators/dynamips/files/patch-net.h b/emulators/dynamips/files/patch-net.h deleted file mode 100644 index c464eda2bac6..000000000000 --- a/emulators/dynamips/files/patch-net.h +++ /dev/null @@ -1,10 +0,0 @@ ---- net.h.orig Wed Mar 21 11:32:05 2007 -+++ net.h Wed Mar 21 11:33:28 2007 -@@ -218,6 +218,6 @@ - int udp_connect(int local_port,char *remote_host,int remote_port); - - /* Listen on the specified port */ --int ip_listen(int port,int sock_type,int max_fd,int fd_array[]); -+int ip_listen(char *ip_address,int port,int sock_type,int max_fd,int fd_array[]); - - #endif |