mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:09:59 -04:00
added a single static variable declaration to prevent compilers from
complainig about an effectively empty input file.
This commit is contained in:
parent
4f30524203
commit
79b19f175c
2 changed files with 12 additions and 4 deletions
|
|
@ -15,6 +15,10 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: condition.c,v 1.2 2001/01/09 21:57:48 bwelling Exp $ */
|
||||
/* $Id: condition.c,v 1.3 2001/04/12 22:26:40 tale Exp $ */
|
||||
|
||||
/* This file intentionally left blank. */
|
||||
/*
|
||||
* This file intentionally left blank. The useless static variable below
|
||||
* stops some compilers from complaining about an empty file.
|
||||
*/
|
||||
static int isc_condition_file_not_used;
|
||||
|
|
|
|||
|
|
@ -15,6 +15,10 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: mutex.c,v 1.2 2001/01/09 21:57:49 bwelling Exp $ */
|
||||
/* $Id: mutex.c,v 1.3 2001/04/12 22:26:41 tale Exp $ */
|
||||
|
||||
/* This file intentionally left blank. */
|
||||
/*
|
||||
* This file intentionally left blank. The useless static variable below
|
||||
* stops some compilers from complaining about an empty file.
|
||||
*/
|
||||
static int isc_mutex_file_not_used;
|
||||
|
|
|
|||
Loading…
Reference in a new issue