From dbdc2966874e04542fb5f951d41d77d08099ea94 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 8 Nov 1994 14:25:17 +0000 Subject: [PATCH] Ugen makes it in with 10 seconds to spare with a one-char diff. Some people are born lucky.. Submitted by: ugen --- sys/netinet/ip_fw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h index fa6f400d8240..ca999bc0e2ad 100644 --- a/sys/netinet/ip_fw.h +++ b/sys/netinet/ip_fw.h @@ -58,7 +58,7 @@ struct ip_fw { * (ports[0] <= port <= ports[1]) * * */ #define IP_FW_F_PRN 32 /* In verbose mode print this firewall*/ -#define IP_FW_F_MASK 0x2F /* All possible flag bits mask */ +#define IP_FW_F_MASK 0x3F /* All possible flag bits mask */ /* * New IP firewall options for [gs]etsockopt at the RAW IP level.