Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ftpd Make this compile with krb5.



details:   https://anonhg.NetBSD.org/src/rev/eca9597a173e
branches:  trunk
changeset: 475784:eca9597a173e
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Aug 25 16:23:52 1999 +0000

description:
Make this compile with krb5.

diffstat:

 libexec/ftpd/ftpcmd.y |  6 +++---
 libexec/ftpd/ftpd.c   |  7 ++++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (55 lines):

diff -r 2bfa7bfdd98f -r eca9597a173e libexec/ftpd/ftpcmd.y
--- a/libexec/ftpd/ftpcmd.y     Wed Aug 25 15:23:12 1999 +0000
+++ b/libexec/ftpd/ftpcmd.y     Wed Aug 25 16:23:52 1999 +0000
@@ -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 @@
 #include <netdb.h>
 
 #ifdef KERBEROS5
-#include <krb5.h>
+#include <krb5/krb5.h>
 #endif
 
 #include "extern.h"
diff -r 2bfa7bfdd98f -r eca9597a173e libexec/ftpd/ftpd.c
--- a/libexec/ftpd/ftpd.c       Wed Aug 25 15:23:12 1999 +0000
+++ b/libexec/ftpd/ftpd.c       Wed Aug 25 16:23:52 1999 +0000
@@ -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 @@
 #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 @@
 #include <skey.h>
 #endif
 #ifdef KERBEROS5
-#include <krb5.h>
+#include <kerberosIV/com_err.h>
+#include <krb5/krb5.h>
 #endif
 
 #include "extern.h"



Home | Main Index | Thread Index | Old Index