From owner-p4-projects Fri Apr 19 6:59: 8 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id AE1F737B400; Fri, 19 Apr 2002 06:59:02 -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 8CC7637B416 for ; Fri, 19 Apr 2002 06:59:01 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3JDx1A44483 for perforce@freebsd.org; Fri, 19 Apr 2002 06:59:01 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 19 Apr 2002 06:59:01 -0700 (PDT) Message-Id: <200204191359.g3JDx1A44483@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 10001 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=10001 Change 10001 by rwatson@rwatson_tislabs on 2002/04/19 06:58:25 Whitespace diff reduction from main tree. Affected files ... ... //depot/projects/trustedbsd/mac/sys/kern/uipc_socket2.c#13 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/kern/uipc_socket2.c#13 (text+ko) ==== @@ -240,11 +240,9 @@ so->so_proto = head->so_proto; so->so_timeo = head->so_timeo; so->so_cred = crhold(head->so_cred); - #ifdef MAC mac_create_socket(so->so_cred, so); #endif - if (soreserve(so, head->so_snd.sb_hiwat, head->so_rcv.sb_hiwat) || (*so->so_proto->pr_usrreqs->pru_attach)(so, 0, NULL)) { sotryfree(so); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message