[Freeipa-devel] [PATCH 0123-0126] Separate master and forward zones (add idnsForwardZone object class)

Adam Tkac atkac at redhat.com
Tue Apr 2 15:18:53 UTC 2013


On Fri, Mar 22, 2013 at 01:03:12PM +0100, Petr Spacek wrote:
> Hello,
> 
> this patch set separates master zones (idnsZone objectClass) from
> forward zones (idnsForwardZone objectClass). Support for forward
> zones in idnsZone objectClass is still present to ease upgrades.
> 
> See each commit message for all the gory details.
> 
> -- 
> Petr^2 Spacek

Ack for patch 0124.

> From 005707761a5b99d50871de91252f9f23a7441d19 Mon Sep 17 00:00:00 2001
> From: Petr Spacek <pspacek at redhat.com>
> Date: Fri, 22 Mar 2013 12:19:02 +0100
> Subject: [PATCH] Add missing includes to util.h.
> 
> Now include "util.h" should be enough for util.h usage.
> 
> Signed-off-by: Petr Spacek <pspacek at redhat.com>
> ---
>  src/util.h | 9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)
> 
> diff --git a/src/util.h b/src/util.h
> index d6d3c73e6d25657805eee904e6047c542e52a656..17a3f3b4ca65ab4a80c4e4fcc9ea909bb7a9178c 100644
> --- a/src/util.h
> +++ b/src/util.h
> @@ -21,10 +21,17 @@
>  #ifndef _LD_UTIL_H_
>  #define _LD_UTIL_H_
>  
> -extern isc_boolean_t verbose_checks; /* from settings.c */
> +#include <string.h>
> +
> +#include <isc/mem.h>
> +#include <isc/buffer.h>
> +#include <dns/types.h>
> +#include <dns/name.h>
>  
>  #include "log.h"
>  
> +extern isc_boolean_t verbose_checks; /* from settings.c */
> +
>  #define CLEANUP_WITH(result_code)				\
>  	do {							\
>  		result = (result_code);				\
> -- 
> 1.7.11.7

-- 
Adam Tkac, Red Hat, Inc.




More information about the Freeipa-devel mailing list