From owner-p4-projects Fri May 31 21: 7:44 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9B67937B406; Fri, 31 May 2002 21:07:37 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AAD0837B401 for ; Fri, 31 May 2002 21:07:36 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5147a666551 for perforce@freebsd.org; Fri, 31 May 2002 21:07:36 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 31 May 2002 21:07:36 -0700 (PDT) Message-Id: <200206010407.g5147a666551@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 12244 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12244 Change 12244 by rwatson@rwatson_curry on 2002/05/31 21:07:24 #ifdef _KERNEL 'struct ipq', since it's used in the kernel fragment reassembly code. Once you slap stuff like 'struct label' into ipq, you don't want it exported to userland. Affected files ... ... //depot/projects/trustedbsd/mac/sys/netinet/ip_var.h#5 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/netinet/ip_var.h#5 (text+ko) ==== @@ -50,6 +50,7 @@ struct in_addr ih_dst; /* destination internet address */ }; +#ifdef _KERNEL /* * Ip reassembly queue structure. Each fragment * being reassembled is attached to one of these structures. @@ -69,6 +70,7 @@ #endif struct label ipq_label; /* MAC label */ }; +#endif /* _KERNEL */ /* * Structure stored in mbuf in inpcb.ip_options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message