Boggle kjs-3

Last updated 1999-03-28.

This file lives at http://www.pobox.com/~kragen/sw/boggle.html.

I downloaded the latest NetBSD version of Boggle and got it to compile on Linux. It seems to be a little better than the one that came with my Slackware96 system (it uses select() instead of ioctl(x, FIONREAD)) but it didn't compile. Being a lazy SOB, instead of going out and searching the Net for the necessaries to make it compile, I hacked on it until it compiled and ran correctly.

I made the following changes in boggle-kjs-2:

I made the following changes in boggle-kjs-3:

I also wrote my own implementation of the err.h functions, figuring it was faster to write my own from the man page than to find the source on the Net.

You can download boggle release kjs-3 from http://www.pobox.com/~kragen/sw/boggle-kjs-3.tar.gz.

You can download boggle release kjs-2 from http://www.pobox.com/~kragen/sw/boggle-kjs-2.tar.gz.

Enjoy.

-- kjs