Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include/arpa nameser_compat.h: correct preprocessor error sy...
details: https://anonhg.NetBSD.org/src/rev/f9506240fd89
branches: trunk
changeset: 935264:f9506240fd89
user: gutteridge <gutteridge%NetBSD.org@localhost>
date: Sun Jun 28 02:16:19 2020 +0000
description:
nameser_compat.h: correct preprocessor error syntax
diffstat:
include/arpa/nameser_compat.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1208afdd013f -r f9506240fd89 include/arpa/nameser_compat.h
--- a/include/arpa/nameser_compat.h Sun Jun 28 01:38:39 2020 +0000
+++ b/include/arpa/nameser_compat.h Sun Jun 28 02:16:19 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nameser_compat.h,v 1.6 2015/02/24 17:57:08 christos Exp $ */
+/* $NetBSD: nameser_compat.h,v 1.7 2020/06/28 02:16:19 gutteridge Exp $ */
/* Copyright (c) 1983, 1989
* The Regents of the University of California. All rights reserved.
@@ -82,7 +82,7 @@
* which will force your compiles to bomb until you fix
* the above macros.
*/
- error "Undefined or invalid BYTE_ORDER";
+#error "Undefined or invalid BYTE_ORDER"
#endif
/*%
Home |
Main Index |
Thread Index |
Old Index