Hi list.
I've spent some time porting one of my favorite dungeon
games (a Rom 2.6 derivative). I've only begun this project,
but have already converted 1700+ lines as such:
strcat -> strlcat
strcpy -> strlcpy
sprintf -> snprintf

Much to my disappointment, I may have to rewrite large portions
before I am "allowed" to share this with the OpenBSD community.

Here's why:
/* Written by Virigoth sometime circa april 2000 for FORSAKEN LANDS mud.*/
/* This is the implementation of the selectable skills code             */
/* NOT TO BE USED OR REPLICATED WITHOUT EXPLICIT PERMISSION OF AUTHOR   */
/* umpla...@cc.umanitoba.ca                                             */


The above email address is invalid. The mud "Forsaken Lands" is active,
and maintained by different developers who do not own this code, either.

Time for me to write OpenMUD?

Reply via email to