Make this compile with krb5.

This commit is contained in:
christos 1999-08-25 16:23:52 +00:00
parent 809ab7f1ff
commit a4c5e0c550
2 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ftpcmd.y,v 1.35 1999/07/11 20:09:23 itojun Exp $ */
/* $NetBSD: ftpcmd.y,v 1.36 1999/08/25 16:23:52 christos Exp $ */
/*
* Copyright (c) 1985, 1988, 1993, 1994
@ -47,7 +47,7 @@
#if 0
static char sccsid[] = "@(#)ftpcmd.y 8.3 (Berkeley) 4/6/94";
#else
__RCSID("$NetBSD: ftpcmd.y,v 1.35 1999/07/11 20:09:23 itojun Exp $");
__RCSID("$NetBSD: ftpcmd.y,v 1.36 1999/08/25 16:23:52 christos Exp $");
#endif
#endif /* not lint */
@ -75,7 +75,7 @@ __RCSID("$NetBSD: ftpcmd.y,v 1.35 1999/07/11 20:09:23 itojun Exp $");
#include <netdb.h>
#ifdef KERBEROS5
#include <krb5.h>
#include <krb5/krb5.h>
#endif
#include "extern.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: ftpd.c,v 1.68 1999/07/27 15:41:49 itojun Exp $ */
/* $NetBSD: ftpd.c,v 1.69 1999/08/25 16:23:52 christos Exp $ */
/*
* Copyright (C) 1997 and 1998 WIDE Project.
@ -109,7 +109,7 @@ __COPYRIGHT(
#if 0
static char sccsid[] = "@(#)ftpd.c 8.5 (Berkeley) 4/28/95";
#else
__RCSID("$NetBSD: ftpd.c,v 1.68 1999/07/27 15:41:49 itojun Exp $");
__RCSID("$NetBSD: ftpd.c,v 1.69 1999/08/25 16:23:52 christos Exp $");
#endif
#endif /* not lint */
@ -153,7 +153,8 @@ __RCSID("$NetBSD: ftpd.c,v 1.68 1999/07/27 15:41:49 itojun Exp $");
#include <skey.h>
#endif
#ifdef KERBEROS5
#include <krb5.h>
#include <kerberosIV/com_err.h>
#include <krb5/krb5.h>
#endif
#include "extern.h"