Module Name: src
Committed By: matt
Date: Fri Sep 5 05:44:50 UTC 2014
Modified Files:
src/sys/sys: cdefs.h
Log Message:
Don't use or in __RENAME because it triggers -Wc++-compat
To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/sys/cdefs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/cdefs.h
diff -u src/sys/sys/cdefs.h:1.121 src/sys/sys/cdefs.h:1.122
--- src/sys/sys/cdefs.h:1.121 Fri Aug 8 19:43:49 2014
+++ src/sys/sys/cdefs.h Fri Sep 5 05:44:50 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: cdefs.h,v 1.121 2014/08/08 19:43:49 joerg Exp $ */
+/* $NetBSD: cdefs.h,v 1.122 2014/09/05 05:44:50 matt Exp $ */
/* * Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -415,7 +415,7 @@
#error "No function renaming possible"
#endif /* __GNUC__ */
#else /* _STANDALONE || _KERNEL */
-#define __RENAME(x) no renaming in kernel or standalone environment
+#define __RENAME(x) no renaming in kernel/standalone environment
#endif
/*