mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
I wonder how I managed to get the krb.h include wrong. Anyway: correct it.
This commit is contained in:
parent
57bb328afe
commit
098eef7a15
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30820
@ -42,7 +42,7 @@ static const char copyright[] =
|
||||
static char sccsid[] = "@(#)su.c 8.3 (Berkeley) 4/2/94";
|
||||
#endif
|
||||
static const char rcsid[] =
|
||||
"$Id: su.c,v 1.14.2.5 1997/09/28 17:00:06 markm Exp $";
|
||||
"$Id: su.c,v 1.24 1997/10/27 22:05:12 guido Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -74,7 +74,7 @@ static const char rcsid[] =
|
||||
|
||||
#ifdef KERBEROS
|
||||
#include <des.h>
|
||||
#include <kerberosIV/krb.h>
|
||||
#include <krb.h>
|
||||
#include <netdb.h>
|
||||
|
||||
#ifdef LOGIN_CAP
|
||||
|
Loading…
Reference in New Issue
Block a user