Module Name:    src
Committed By:   christos
Date:           Sat Nov  2 17:12:23 UTC 2013

Modified Files:
        src/external/bsd/bind/dist/lib/isc/include/isc: util.h

Log Message:
mark unused function as used.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
    src/external/bsd/bind/dist/lib/isc/include/isc/util.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/bind/dist/lib/isc/include/isc/util.h
diff -u src/external/bsd/bind/dist/lib/isc/include/isc/util.h:1.7 src/external/bsd/bind/dist/lib/isc/include/isc/util.h:1.8
--- src/external/bsd/bind/dist/lib/isc/include/isc/util.h:1.7	Mon Jun  4 20:42:41 2012
+++ src/external/bsd/bind/dist/lib/isc/include/isc/util.h	Sat Nov  2 13:12:23 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: util.h,v 1.7 2012/06/05 00:42:41 christos Exp $	*/
+/*	$NetBSD: util.h,v 1.8 2013/11/02 17:12:23 christos Exp $	*/
 
 /*
  * Copyright (C) 2004-2007, 2010-2012  Internet Systems Consortium, Inc. ("ISC")
@@ -77,7 +77,7 @@
  * Use this in translation units that would otherwise be empty, to
  * suppress compiler warnings.
  */
-#define EMPTY_TRANSLATION_UNIT static void isc__empty(void) { isc__empty(); }
+#define EMPTY_TRANSLATION_UNIT static void __used isc__empty(void) { isc__empty(); }
 
 /*%
  * We use macros instead of calling the routines directly because

Reply via email to