Subject: Re: build of -current from today fails on libexec/kpasswdd
To: None <Ephaeton@gmx.net>
From: Johan Danielsson <joda@pdc.kth.se>
List: current-users
Date: 07/02/2001 17:38:25
Martin Weber <Ephaeton@gmx.net> writes:

> krb5_error_code
> krb5_mk_error __P((
>         krb5_context context,
>         krb5_error_code error_code,
>         const char *e_text,
>         const krb5_data *e_data,
>         const krb5_principal client,
>         const krb5_principal server,
>         time_t ctime,
>         krb5_data *reply));
> 
> 
> krb5_error_code
> krb5_addr2sockaddr __P((
>         const krb5_address *addr,
>         struct sockaddr *sa,
>         int *sa_size,
>         int port));

This is wrong, and not what I have in
crypto/heimdal/lib/krb5/krb5-protos.h.  From where does it pick up
krb5-protos.h?

/Johan