added a single static variable declaration to prevent compilers from

complainig about an effectively empty input file.
This commit is contained in:
David Lawrence 2001-04-12 22:26:41 +00:00
parent 4f30524203
commit 79b19f175c
2 changed files with 12 additions and 4 deletions

View file

@ -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;

View file

@ -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;