From: Nathan Y. <na...@yo...> - 2002-10-12 20:16:45
|
Compiles without any warnings or errors ;-) Thanks Dave! Nate On Sat, 2002-10-12 at 13:03, David Wolff wrote: > > 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 > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > securenfs-devel mailing list > sec...@li... > https://lists.sourceforge.net/lists/listinfo/securenfs-devel > |