From 06dae58b17211f55ac10cd4b66644fa5fd79541e Mon Sep 17 00:00:00 2001 From: Josef Karthauser Date: Mon, 29 Oct 2001 15:09:07 +0000 Subject: [PATCH] A few more style changes picked up whilst working on an MFC to -stable. --- sys/netinet/ip_fw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h index 173eceb18b94..12fc4fca6e23 100644 --- a/sys/netinet/ip_fw.h +++ b/sys/netinet/ip_fw.h @@ -151,7 +151,7 @@ struct ip_fw { #define fw_pipe_nr fw_un.fu_pipe_nr #define fw_fwd_ip fw_un.fu_fwd_ip -/** +/* * * rule_ptr -------------+ * V @@ -241,7 +241,7 @@ struct ipfw_dyn_rule { #define IP_FW_F_MASK 0x7FFFFFFF /* All possible flag bits mask */ -/* +/* * Flags for the 'fw_ipflg' field, for comparing values * of ip and its protocols. */