From 3e9eaed62a2fcfebc44dc556eef4558131f159ba Mon Sep 17 00:00:00 2001 From: Max Khon Date: Tue, 3 Jul 2007 15:29:23 +0000 Subject: Update to 0.2.7. PR: 113808 Submitted by: Pavel I Volkov --- emulators/dynamips/files/patch-hypervisor.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 emulators/dynamips/files/patch-hypervisor.h (limited to 'emulators/dynamips/files/patch-hypervisor.h') diff --git a/emulators/dynamips/files/patch-hypervisor.h b/emulators/dynamips/files/patch-hypervisor.h new file mode 100644 index 000000000000..2b7458bd5aaf --- /dev/null +++ b/emulators/dynamips/files/patch-hypervisor.h @@ -0,0 +1,10 @@ +--- 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 -- cgit v1.2.3