mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 06:19:58 -04:00
fix implicit memset() declaration
This commit is contained in:
parent
be63f34b6a
commit
0e7cb68ea0
1 changed files with 2 additions and 1 deletions
|
|
@ -15,11 +15,12 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: soa.c,v 1.11 2009/09/10 01:47:08 each Exp $ */
|
||||
/* $Id: soa.c,v 1.12 2009/09/10 02:18:40 each Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <isc/buffer.h>
|
||||
#include <isc/util.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue