Re: [Noffle-users] 1.1.5 on Mac OS X
Brought to you by:
bears
From: Jim H. <jim...@ac...> - 2004-03-16 10:34:53
|
On 16-Mar-2004 Andre Berger wrote: >> --- authenticate.c 12 Jan 2003 17:05:49 -0000 1.2 >> +++ authenticate.c 16 Mar 2004 09:44:51 -0000 >> @@ -11,13 +11,13 @@ >> #endif >> >> #include <errno.h> >> -#include <grp.h> >> -#include <pwd.h> >> #include <stdio.h> >> #include <string.h> >> #include <sys/types.h> >> #include <sys/stat.h> >> #include <unistd.h> >> +#include <grp.h> >> +#include <pwd.h> >> #include "common.h" >> #include "authenticate.h" >> #include "configfile.h" > > That worked fine with "fuzz 2", thanks!! Good. I'll commit that change. Please let me know if Noffle works OK for you on MacOS X. I don't have access to a Mac myself; I know it worked OK on FreeBSD about a year ago.... -- Jim Hague - jim...@ac... Never trust a computer you can't lift. |