ports/net/mgen/files/patch-common_mgen.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

14 lines
259 B
C++

$FreeBSD$
--- common/mgen.cpp.orig
+++ common/mgen.cpp
@@ -1319,7 +1319,7 @@
m++;
}
return type;
-}; // end Mgen::GetCmdType()
+} // end Mgen::GetCmdType()
bool Mgen::OnCommand(Mgen::Command cmd, const char* arg, bool override)
{