diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-06-29 11:10:38 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-06-29 11:10:38 +0000 |
commit | e041cfba34d3da099b3ada67d26f33a6e1297804 (patch) | |
tree | 1e3b0752f016efe14986ec0a34454177b4df37c6 /sbin/nfsd | |
parent | 398938218d3921ebe114488aa32ba11eec04c5af (diff) |
new location of des.h
Diffstat (limited to 'sbin/nfsd')
-rw-r--r-- | sbin/nfsd/nfsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/nfsd/nfsd.c b/sbin/nfsd/nfsd.c index 9dfd1f53bf3..554bcc1214e 100644 --- a/sbin/nfsd/nfsd.c +++ b/sbin/nfsd/nfsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfsd.c,v 1.5 1997/06/25 18:28:10 kstailey Exp $ */ +/* $OpenBSD: nfsd.c,v 1.6 1997/06/29 11:10:32 provos Exp $ */ /* $NetBSD: nfsd.c,v 1.19 1996/02/18 23:18:56 mycroft Exp $ */ /* @@ -73,7 +73,7 @@ static char rcsid[] = "$NetBSD: nfsd.c,v 1.19 1996/02/18 23:18:56 mycroft Exp $" #include <nfs/nfs.h> #ifdef NFSKERB -#include <kerberosIV/des.h> +#include <des.h> #include <kerberosIV/krb.h> #endif |