I just committed a version of snfsd that compiles for me. Nate,
check to make sure that this compiles in gcc 3.1.
Just for future reference, make sure all .h files have multiple
inclusion checks, for example for file foo.h:
#ifndef FOO_H
#define FOO_H
... all of the header file goes here ...
#endif
This avoids multiple inclusions of a single header file.
Dave
--
----------------------------------------------------------------
I encourage correspondence using GnuPG/OpenPGP encryption.
My public key: http://www.cs.plu.edu/~dwolff/pgpkey.txt
|