Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Don't use or in __RENAME because it triggers -Wc++-c...
details: https://anonhg.NetBSD.org/src/rev/836749ca5fdd
branches: trunk
changeset: 332030:836749ca5fdd
user: matt <matt%NetBSD.org@localhost>
date: Fri Sep 05 05:44:50 2014 +0000
description:
Don't use or in __RENAME because it triggers -Wc++-compat
diffstat:
sys/sys/cdefs.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 865e69bfbb1a -r 836749ca5fdd sys/sys/cdefs.h
--- a/sys/sys/cdefs.h Fri Sep 05 05:42:50 2014 +0000
+++ b/sys/sys/cdefs.h Fri Sep 05 05:44:50 2014 +0000
@@ -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
/*
Home |
Main Index |
Thread Index |
Old Index