svn rev #23519: trunk/src/lib/krb5/ krb/ os/
raeburn@MIT.EDU
raeburn at MIT.EDU
Sun Dec 27 19:21:01 EST 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=23519
Commit By: raeburn
Log Message:
Include prof_int.h in init_ctx.c instead of init_os_ctx.c,
corresponding to the moved use of profile_copy in r23484.
Changed Files:
U trunk/src/lib/krb5/krb/Makefile.in
U trunk/src/lib/krb5/krb/init_ctx.c
U trunk/src/lib/krb5/os/Makefile.in
U trunk/src/lib/krb5/os/init_os_ctx.c
Modified: trunk/src/lib/krb5/krb/Makefile.in
===================================================================
--- trunk/src/lib/krb5/krb/Makefile.in 2009-12-23 21:11:19 UTC (rev 23518)
+++ trunk/src/lib/krb5/krb/Makefile.in 2009-12-28 00:21:00 UTC (rev 23519)
@@ -3,7 +3,7 @@
RUN_SETUP = @KRB5_RUN_ENV@
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
-LOCALINCLUDES = -I$(srcdir)/../os -I$(top_srcdir)
+LOCALINCLUDES = -I$(srcdir)/../os -I$(top_srcdir) -I$(top_srcdir)/util/profile
DEFS=-DLIBDIR=\"$(KRB5_LIBDIR)\"
##DOS##BUILDTOP = ..\..\..
Modified: trunk/src/lib/krb5/krb/init_ctx.c
===================================================================
--- trunk/src/lib/krb5/krb/init_ctx.c 2009-12-23 21:11:19 UTC (rev 23518)
+++ trunk/src/lib/krb5/krb/init_ctx.c 2009-12-28 00:21:00 UTC (rev 23519)
@@ -54,6 +54,7 @@
*/
#include "k5-int.h"
+#include "prof_int.h" /* XXX for profile_copy, not public yet */
#include <ctype.h>
#include "brand.c"
/* There has to be a better way for windows... */
Modified: trunk/src/lib/krb5/os/Makefile.in
===================================================================
--- trunk/src/lib/krb5/os/Makefile.in 2009-12-23 21:11:19 UTC (rev 23518)
+++ trunk/src/lib/krb5/os/Makefile.in 2009-12-28 00:21:00 UTC (rev 23519)
@@ -5,7 +5,6 @@
PROG_RPATH=$(KRB5_LIBDIR)
DEFS=
DEFINES=-DLIBDIR=\"$(KRB5_LIBDIR)\"
-LOCALINCLUDES=-I$(top_srcdir)/util/profile
##DOS##BUILDTOP = ..\..\..
##DOS##PREFIXDIR=os
Modified: trunk/src/lib/krb5/os/init_os_ctx.c
===================================================================
--- trunk/src/lib/krb5/os/init_os_ctx.c 2009-12-23 21:11:19 UTC (rev 23518)
+++ trunk/src/lib/krb5/os/init_os_ctx.c 2009-12-28 00:21:00 UTC (rev 23519)
@@ -31,7 +31,6 @@
#include "k5-int.h"
#include "os-proto.h"
-#include "prof_int.h" /* XXX for profile_copy, not public yet */
#ifdef USE_KIM
#include "kim_library_private.h"
More information about the cvs-krb5
mailing list