Subject: login.c doesn't build with crypto-intl (was: Kerberos questions)
To: Aidan Cully <aidan@kublai.com>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: current-users
Date: 06/01/2000 16:38:11
On Tue May 30 09:10:22 2000, Aidan Cully wrote:
> 
> I've just committed code to allow login to get both krb4 and krb5
> tickets, when told to do so in krb5.conf.  The way you enable it is:

This now breaks crypto-intl builds:

cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror   -DLOGIN_CAP -DSKEY -I/usr/include/krb5               -DKERBEROS5 -c /src/usr.bin/login/login.c
cc1: warnings being treated as errors
/src/usr.bin/login/login.c: In function `login_get_kconf':
/src/usr.bin/login/login.c:766: warning: passing arg 2 of `krb5_get_default_realm' from incompatible pointer type
/src/usr.bin/login/login.c:770: warning: implicit declaration of function `krb5_appdefault_boolean'

Bernd