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 /usr.bin/rsh/rsh.c | |
parent | 398938218d3921ebe114488aa32ba11eec04c5af (diff) |
new location of des.h
Diffstat (limited to 'usr.bin/rsh/rsh.c')
-rw-r--r-- | usr.bin/rsh/rsh.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index 5bca2d14ffb..dd4330c209b 100644 --- a/usr.bin/rsh/rsh.c +++ b/usr.bin/rsh/rsh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsh.c,v 1.13 1997/06/23 09:13:07 deraadt Exp $ */ +/* $OpenBSD: rsh.c,v 1.14 1997/06/29 11:10:34 provos Exp $ */ /*- * Copyright (c) 1983, 1990 The Regents of the University of California. @@ -41,7 +41,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)rsh.c 5.24 (Berkeley) 7/1/91";*/ -static char rcsid[] = "$OpenBSD: rsh.c,v 1.13 1997/06/23 09:13:07 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: rsh.c,v 1.14 1997/06/29 11:10:34 provos Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -65,7 +65,7 @@ static char rcsid[] = "$OpenBSD: rsh.c,v 1.13 1997/06/23 09:13:07 deraadt Exp $" #include "pathnames.h" #ifdef KERBEROS -#include <kerberosIV/des.h> +#include <des.h> #include <kerberosIV/krb.h> CREDENTIALS cred; |