diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1995-12-16 22:20:39 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1995-12-16 22:20:39 +0000 |
commit | 14a9e0b27dc4374bb21711ddfd2c319471498493 (patch) | |
tree | 3f9b41aa80386aa9df94540971211fe446c61555 /usr.bin/su/su.c | |
parent | ec46b838472184755608a409e432009edbfb979a (diff) |
Make it possible to build without SKEY support
Add support for building with kerberosIV
Diffstat (limited to 'usr.bin/su/su.c')
-rw-r--r-- | usr.bin/su/su.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index 715bcb5911a..f5707090ca6 100644 --- a/usr.bin/su/su.c +++ b/usr.bin/su/su.c @@ -39,7 +39,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)su.c 5.26 (Berkeley) 7/6/91";*/ -static char rcsid[] = "$Id: su.c,v 1.1 1995/10/18 08:46:10 deraadt Exp $"; +static char rcsid[] = "$Id: su.c,v 1.2 1995/12/16 22:20:38 tholo Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -311,7 +311,6 @@ kerberos(username, user, uid) char *username, *user; int uid; { - extern char *krb_err_txt[]; KTEXT_ST ticket; AUTH_DAT authdata; struct hostent *hp; |