Module Name:    src
Committed By:   apb
Date:           Thu Oct 24 13:59:47 UTC 2013

Modified Files:
        src/tools/compat: compat_defs.h

Log Message:
Define __USE for use during a tools build.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/tools/compat/compat_defs.h

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

Modified files:

Index: src/tools/compat/compat_defs.h
diff -u src/tools/compat/compat_defs.h:1.92 src/tools/compat/compat_defs.h:1.93
--- src/tools/compat/compat_defs.h:1.92	Sun Aug 18 20:48:17 2013
+++ src/tools/compat/compat_defs.h	Thu Oct 24 13:59:47 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: compat_defs.h,v 1.92 2013/08/18 20:48:17 joerg Exp $	*/
+/*	$NetBSD: compat_defs.h,v 1.93 2013/10/24 13:59:47 apb Exp $	*/
 
 #ifndef	__NETBSD_COMPAT_DEFS_H__
 #define	__NETBSD_COMPAT_DEFS_H__
@@ -133,6 +133,8 @@ struct group;
 #define __unused
 #undef __arraycount
 #define	__arraycount(__x)	(sizeof(__x) / sizeof(__x[0]))
+#undef __USE
+#define __USE(a) ((void)(a))
 
 /* Dirent support. */
 

Reply via email to