summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorgutteridge <gutteridge@NetBSD.org>2020-06-28 02:16:19 +0000
committergutteridge <gutteridge@NetBSD.org>2020-06-28 02:16:19 +0000
commit3ff2041a9a211268adb6dd0ab5b2032d287920fc (patch)
treec4c085453768db8a241f4e9dd1750e1ced2daca0 /include
parent0132a800391efd8a7cec860c73a34ec7ccc2a202 (diff)
nameser_compat.h: correct preprocessor error syntax
Diffstat (limited to 'include')
-rw-r--r--include/arpa/nameser_compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/nameser_compat.h b/include/arpa/nameser_compat.h
index 65fde334ef4..89be5622648 100644
--- a/include/arpa/nameser_compat.h
+++ b/include/arpa/nameser_compat.h
@@ -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
/*%