summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1996-11-23 17:33:54 +0000
committermickey <mickey@openbsd.org>1996-11-23 17:33:54 +0000
commite396c6024075f3fd643a78410ac8cd1ab079c079 (patch)
tree5853bc96059b0e3f85396236e89fa8d9fcae474f
parentRemove accidentally committed dirs from the trunk (diff)
downloadwireguard-openbsd-e396c6024075f3fd643a78410ac8cd1ab079c079.tar.xz
wireguard-openbsd-e396c6024075f3fd643a78410ac8cd1ab079c079.zip
undo last fix, sorry
-rw-r--r--gnu/usr.bin/sudo/sudo/check.c4
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>