Hi, Built the 1.1.32 on FreeBSD 3.3-RC today and there are just two small things to make this a compleat joy. 1 - The configure script don't find thet FreeBSD should have #define HAVE_MODERN_UTMP 0. 2 - The following warnings are generated at the inclusion of /usr/include/arpa/inet.h in src/utils.c I have added the lines from the system header that generates the warning. In file included from utils.c:32: /usr/include/arpa/inet.h:89: warning: parameter has incomplete type unsigned long inet_lnaof __P((struct in_addr)); /usr/include/arpa/inet.h:92: warning: parameter has incomplete type unsigned long inet_netof __P((struct in_addr)); /usr/include/arpa/inet.h:96: warning: parameter has incomplete type char *inet_ntoa __P((struct in_addr)); Cheers, GLZ --- Goran Lowkrantz Email : goran.lowkrantz@infologigruppen.se Infologigruppen Alfa AB Telephone: Nat 070-587 8782 Fax: Nat 070-615 8782 Box 202 Int +46 70-587 8782 Int +46 70-615 8782 941 25 Pitea, Sweden
Built the 1.1.32 on FreeBSD 3.3-RC today and there are just two small things to make this a compleat joy.
1 - The configure script don't find thet FreeBSD should have #define HAVE_MODERN_UTMP 0. 2 - The following warnings are generated at the inclusion of /usr/include/arpa/inet.h in src/utils.c I have added the lines from the system header that generates the warning.
In file included from utils.c:32: /usr/include/arpa/inet.h:89: warning: parameter has incomplete type unsigned long inet_lnaof __P((struct in_addr));
/usr/include/arpa/inet.h:92: warning: parameter has incomplete type unsigned long inet_netof __P((struct in_addr));
/usr/include/arpa/inet.h:96: warning: parameter has incomplete type char *inet_ntoa __P((struct in_addr));
These problems have already been reported, and fixed. I'm trying to resolve the problems with the CVS and make the fixes available there. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
participants (2)
-
Balazs Scheidler
-
Lowkrantz, Goran