2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

do not include isc/lang.h; rdatastructpre.h already gets it.

no need to pull these changes up to the 9.0.0 branch.
This commit is contained in:
David Lawrence 2000-06-28 19:03:24 +00:00
parent e0a18a86d9
commit 778d24f5ba
2 changed files with 8 additions and 5 deletions

View File

@ -18,7 +18,7 @@
#ifndef GENERIC_OPT_41_H
#define GENERIC_OPT_41_H 1
/* $Id: opt_41.h,v 1.8 2000/06/21 22:45:09 tale Exp $ */
/* $Id: opt_41.h,v 1.9 2000/06/28 19:03:23 tale Exp $ */
/* RFC 2671 */
@ -37,7 +37,9 @@ typedef struct dns_rdata_opt {
isc_uint16_t offset;
} dns_rdata_opt_t;
#include <isc/lang.h>
/*
* isc/lang.h is included via rdatastructpre.h when gen builds rdatastruct.h.
*/
ISC_LANG_BEGINDECLS

View File

@ -18,8 +18,7 @@
#ifndef GENERIC_TXT_16_H
#define GENERIC_TXT_16_H 1
/* $Id: txt_16.h,v 1.18 2000/06/21 22:45:21 tale Exp $ */
/* $Id: txt_16.h,v 1.19 2000/06/28 19:03:24 tale Exp $ */
typedef struct dns_rdata_txt_string {
isc_uint8_t length;
@ -35,7 +34,9 @@ typedef struct dns_rdata_txt {
isc_uint16_t offset;
} dns_rdata_txt_t;
#include <isc/lang.h>
/*
* isc/lang.h is included via rdatastructpre.h when gen builds rdatastruct.h.
*/
ISC_LANG_BEGINDECLS