diff options
author | 1996-11-23 17:33:54 +0000 | |
---|---|---|
committer | 1996-11-23 17:33:54 +0000 | |
commit | e396c6024075f3fd643a78410ac8cd1ab079c079 (patch) | |
tree | 5853bc96059b0e3f85396236e89fa8d9fcae474f | |
parent | Remove accidentally committed dirs from the trunk (diff) | |
download | wireguard-openbsd-e396c6024075f3fd643a78410ac8cd1ab079c079.tar.xz wireguard-openbsd-e396c6024075f3fd643a78410ac8cd1ab079c079.zip |
undo last fix, sorry
-rw-r--r-- | gnu/usr.bin/sudo/sudo/check.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/sudo/sudo/check.c b/gnu/usr.bin/sudo/sudo/check.c index bbebb26607c..6ec36d49d87 100644 --- a/gnu/usr.bin/sudo/sudo/check.c +++ b/gnu/usr.bin/sudo/sudo/check.c @@ -36,7 +36,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: check.c,v 1.3 1996/11/22 08:02:01 mickey Exp $"; +static char rcsid[] = "$Id: check.c,v 1.4 1996/11/23 17:33:54 mickey Exp $"; #endif /* lint */ #include "config.h" @@ -75,7 +75,7 @@ static char rcsid[] = "$Id: check.c,v 1.3 1996/11/22 08:02:01 mickey Exp $"; # include <prot.h> #endif /* SPW_SECUREWARE */ #ifdef HAVE_KERB4 -# include <kerberosIV/krb.h> +# include <krb.h> #endif /* HAVE_KERB4 */ #ifdef HAVE_AFS # include <afs/stds.h> |