Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/ftpd/ftpd.c,v rcsdiff: /ftp/cvs/cvsroot/src/libexec/ftpd/ftpd.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.85 retrieving revision 1.86 diff -u -p -r1.85 -r1.86 --- src/libexec/ftpd/ftpd.c 2000/01/13 00:04:31 1.85 +++ src/libexec/ftpd/ftpd.c 2000/02/14 03:26:06 1.86 @@ -1,4 +1,4 @@ -/* $NetBSD: ftpd.c,v 1.85 2000/01/13 00:04:31 lukem Exp $ */ +/* $NetBSD: ftpd.c,v 1.86 2000/02/14 03:26:06 aidan Exp $ */ /* * Copyright (c) 1997-2000 The NetBSD Foundation, Inc. @@ -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.85 2000/01/13 00:04:31 lukem Exp $"); +__RCSID("$NetBSD: ftpd.c,v 1.86 2000/02/14 03:26:06 aidan Exp $"); #endif #endif /* not lint */ @@ -156,7 +156,7 @@ __RCSID("$NetBSD: ftpd.c,v 1.85 2000/01/ #include #endif #ifdef KERBEROS5 -#include +#include #include #endif