From c4fbf89fc502c29acacf5f944e450e5563a2c889 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 22 Feb 2010 16:16:16 +0000 Subject: Fix constant assignment for netisr protocol information sysctl. MFC after: 1 week Spotted by: bz --- sys/net/netisr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/net/netisr.h') diff --git a/sys/net/netisr.h b/sys/net/netisr.h index e5ccbdb8dfeb..a12ed5e93e25 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -92,7 +92,7 @@ struct sysctl_netisr_proto { */ #define NETISR_SNP_FLAGS_M2FLOW 0x00000001 /* nh_m2flow */ #define NETISR_SNP_FLAGS_M2CPUID 0x00000002 /* nh_m2cpuid */ -#define NETISR_SNP_FLAGS_DRAINEDCPU 0x00000003 /* nh_drainedcpu */ +#define NETISR_SNP_FLAGS_DRAINEDCPU 0x00000004 /* nh_drainedcpu */ /* * Next, a structure per-workstream, with per-protocol data, exported as -- cgit v1.2.3