summaryrefslogtreecommitdiff
path: root/filesystems/openafs/patches/patch-src_aklog_aklog.c
blob: 0d0dbad35a1c28ff036a4c3fb8be8fe3b56388f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-src_aklog_aklog.c,v 1.1 2012/12/01 15:22:32 jakllsch Exp $

--- src/aklog/aklog.c.orig	2012-03-26 23:03:34.000000000 +0000
+++ src/aklog/aklog.c
@@ -67,9 +67,11 @@
 #if defined(HAVE_ET_COM_ERR_H)
 #include <et/com_err.h>
 #else
-#include <com_err.h>
+//#include <com_err.h>
+#include <krb5/com_err.h>
 #endif
 
+
 #ifndef HAVE_KERBEROSV_HEIM_ERR_H
 #include <afs/com_err.h>
 #endif
@@ -95,6 +97,8 @@
 #include "aklog.h"
 #include "linked_list.h"
 
+#define HAVE_NO_KRB5_524
+
 #ifdef HAVE_KRB5_CREDS_KEYBLOCK
 #define USING_MIT 1
 #endif