From owner-cvs-all Tue Apr 9 13: 4:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EBAB37B41B; Tue, 9 Apr 2002 13:04:11 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g39K4BX90504; Tue, 9 Apr 2002 13:04:11 -0700 (PDT) (envelope-from jhb) Message-Id: <200204092004.g39K4BX90504@freefall.freebsd.org> From: John Baldwin Date: Tue, 9 Apr 2002 13:04:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h ip_divert.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/04/09 13:04:11 PDT Modified files: sys/netinet in_pcb.c in_pcb.h ip_divert.c Log: Change the first argument of prison_xinpcb() to be a thread pointer instead of a proc pointer so that prison_xinpcb() can use td_ucred. Revision Changes Path 1.103 +3 -3 src/sys/netinet/in_pcb.c 1.48 +1 -1 src/sys/netinet/in_pcb.h 1.58 +1 -2 src/sys/netinet/ip_divert.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message