freebsd-ports/net/mgen/files/patch-common_mgenApp.cpp
Pav Lucistnik f67e946c8e Add mgen, The Multi-Generator, an open source software by the Naval Research
Laboratory (NRL) PROTocol Engineering Advanced Networking (PROTEAN)
Research Group.  MGEN provides the ability to perform IP network
performance tests and measurements using UDP/IP traffic (TCP is currently
being developed).

PR:		ports/73532
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-11-04 23:39:51 +00:00

22 lines
444 B
C++

$FreeBSD$
--- common/mgenApp.cpp.orig
+++ common/mgenApp.cpp
@@ -221,7 +221,7 @@
nextCmd++;
}
return type;
-}; // end MgenApp::GetCmdType()
+} // end MgenApp::GetCmdType()
bool MgenApp::ProcessCommands(int argc, const char*const* argv)
{
@@ -1388,6 +1388,6 @@
} // end MgenStreamSource::Read()
// This macro instantiates our MgenApp instance
-PROTO_INSTANTIATE_APP(MgenApp);
+PROTO_INSTANTIATE_APP(MgenApp)