Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include/heimdal Prepend krb5/ to include paths that live in ...



details:   https://anonhg.NetBSD.org/src/rev/82c9c9e53ff6
branches:  trunk
changeset: 542332:82c9c9e53ff6
user:      elric <elric%NetBSD.org@localhost>
date:      Sun Jan 26 22:19:36 2003 +0000

description:
Prepend krb5/ to include paths that live in /usr/include/krb5/ so that
we can deprecate the requirement of -I/usr/include/krb5 when building
kerberos apps.

diffstat:

 include/heimdal/roken.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 51aa8dbc99fc -r 82c9c9e53ff6 include/heimdal/roken.h
--- a/include/heimdal/roken.h   Sun Jan 26 22:17:49 2003 +0000
+++ b/include/heimdal/roken.h   Sun Jan 26 22:19:36 2003 +0000
@@ -39,7 +39,7 @@
  */
 
 /* $Heimdal: roken.h.in,v 1.169 2002/08/26 21:43:38 assar Exp $ 
-   $NetBSD: roken.h,v 1.8 2002/09/20 21:48:59 mycroft Exp $ */
+   $NetBSD: roken.h,v 1.9 2003/01/26 22:19:36 elric Exp $ */
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -77,7 +77,7 @@
 
 #define ROKEN_LIB_FUNCTION
 
-#include <roken-common.h>
+#include <krb5/roken-common.h>
 
 ROKEN_CPP_START
 



Home | Main Index | Thread Index | Old Index