diff options
Diffstat (limited to 'emulators/dynamips-devel/files/patch-hypervisor.h')
-rw-r--r-- | emulators/dynamips-devel/files/patch-hypervisor.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/emulators/dynamips-devel/files/patch-hypervisor.h b/emulators/dynamips-devel/files/patch-hypervisor.h deleted file mode 100644 index 2b7458bd5aaf..000000000000 --- a/emulators/dynamips-devel/files/patch-hypervisor.h +++ /dev/null @@ -1,10 +0,0 @@ ---- hypervisor.h.orig Wed Mar 21 10:58:06 2007 -+++ hypervisor.h Wed Mar 21 11:09:40 2007 -@@ -136,6 +136,6 @@ - int hypervisor_stopsig(void); - - /* Hypervisor TCP server */ --int hypervisor_tcp_server(int tcp_port); -+int hypervisor_tcp_server(char *ip_address,int tcp_port); - - #endif |