include des.h, not kerberosIV/des.h

This commit is contained in:
itojun 2003-07-23 21:10:36 +00:00
parent c55f89ad19
commit e45b6fad8e
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rcp.c,v 1.31 2003/04/16 07:10:00 itojun Exp $ */
/* $NetBSD: rcp.c,v 1.32 2003/07/23 21:10:36 itojun Exp $ */
/*
* Copyright (c) 1983, 1990, 1992, 1993
@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1990, 1992, 1993\n\
#if 0
static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94";
#else
__RCSID("$NetBSD: rcp.c,v 1.31 2003/04/16 07:10:00 itojun Exp $");
__RCSID("$NetBSD: rcp.c,v 1.32 2003/07/23 21:10:36 itojun Exp $");
#endif
#endif /* not lint */
@ -73,7 +73,7 @@ __RCSID("$NetBSD: rcp.c,v 1.31 2003/04/16 07:10:00 itojun Exp $");
#include "extern.h"
#ifdef KERBEROS
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
#include "krb.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: mount_nfs.c,v 1.43 2003/07/13 08:08:12 itojun Exp $ */
/* $NetBSD: mount_nfs.c,v 1.44 2003/07/23 21:11:28 itojun Exp $ */
/*
* Copyright (c) 1992, 1993, 1994
@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\n\
#if 0
static char sccsid[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95";
#else
__RCSID("$NetBSD: mount_nfs.c,v 1.43 2003/07/13 08:08:12 itojun Exp $");
__RCSID("$NetBSD: mount_nfs.c,v 1.44 2003/07/23 21:11:28 itojun Exp $");
#endif
#endif /* not lint */
@ -65,7 +65,7 @@ __RCSID("$NetBSD: mount_nfs.c,v 1.43 2003/07/13 08:08:12 itojun Exp $");
#endif
#ifdef NFSKERB
#include <kerberosIV/des.h>
#include <des.h>
#include <kerberosIV/krb.h>
#endif