summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ipfw
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2012-01-22 10:41:58 +0000
committerbz <bz@FreeBSD.org>2012-01-22 10:41:58 +0000
commit2e7b42f00f4c77a5b169c93d458a8fdedac13c2a (patch)
treeff91bfa5662aa5e2f14ddc1554d72ca9bf249472 /sys/netinet/ipfw
parent0bff2999ef046949afb901ef7339258b70a228c0 (diff)
downloadFreeBSD-src-2e7b42f00f4c77a5b169c93d458a8fdedac13c2a.zip
FreeBSD-src-2e7b42f00f4c77a5b169c93d458a8fdedac13c2a.tar.gz
Make #error messages string-literals and remove punctuation.
Reported by: bde (for ip_divert) Reviewed by: bde MFC after: 3 days
Diffstat (limited to 'sys/netinet/ipfw')
-rw-r--r--sys/netinet/ipfw/ip_fw2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ipfw/ip_fw2.c b/sys/netinet/ipfw/ip_fw2.c
index eec67cc..12a7fb9 100644
--- a/sys/netinet/ipfw/ip_fw2.c
+++ b/sys/netinet/ipfw/ip_fw2.c
@@ -34,7 +34,7 @@ __FBSDID("$FreeBSD$");
#include "opt_ipdivert.h"
#include "opt_inet.h"
#ifndef INET
-#error IPFIREWALL requires INET.
+#error "IPFIREWALL requires INET"
#endif /* INET */
#include "opt_inet6.h"
#include "opt_ipsec.h"
OpenPOWER on IntegriCloud