Howto:Set up a multiplayer server on FreeBSD: Difference between revisions

Jump to navigation Jump to search
Line 21: Line 21:
The commands below will automatically make the above modifications.
The commands below will automatically make the above modifications.
<pre>
<pre>
sed -i '' -e "s|#include <malloc.h>|//#include <malloc.h>|" ../fgms-0-x/src/libcli/libcli.cxx
sed -i '' -e "s|1125899906842624)|1125899906842624.)|" ../fgms-0-x/src/server/fg_util.cxx
sed -i '' -e "s|1125899906842624|1125899906842624.|" ../fgms-0-x/src/server/fg_util.cxx
sed -i '' -e "s|1099511627776)|1099511627776.)|" ../fgms-0-x/src/server/fg_util.cxx
sed -i '' -e "s|1099511627776|1099511627776.|" ../fgms-0-x/src/server/fg_util.cxx
</pre>
</pre>


18

edits

Navigation menu