Index: head/net/mgen/files/patch-common_mgenSocketList.cpp =================================================================== --- head/net/mgen/files/patch-common_mgenSocketList.cpp (nonexistent) +++ head/net/mgen/files/patch-common_mgenSocketList.cpp (revision 478078) @@ -0,0 +1,15 @@ +../common/mgenSocketList.cpp:231:20: error: cannot initialize return object of type 'MgenSocketList::Item *' with an rvalue of type 'bool' + return false; + ^~~~~ + +--- common/mgenSocketList.cpp.orig 2018-08-25 18:45:33 UTC ++++ common/mgenSocketList.cpp +@@ -228,7 +228,7 @@ MgenSocketList::Item* MgenSocketList::JoinGroup(const + { + DMSG(0, "MgenSocketList::JoinGroup() memory allocation error: %s\n", + GetErrorString()); +- return false; ++ return NULL; + } + item->SetSocketNotifier(socket_notifier); + Prepend(item); Property changes on: head/net/mgen/files/patch-common_mgenSocketList.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property