From owner-p4-projects Fri Apr 19 6:58: 7 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BDE4837B400; Fri, 19 Apr 2002 06:58:00 -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 E50BC37B404 for ; Fri, 19 Apr 2002 06:57:59 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3JDvxx44343 for perforce@freebsd.org; Fri, 19 Apr 2002 06:57:59 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 19 Apr 2002 06:57:59 -0700 (PDT) Message-Id: <200204191357.g3JDvxx44343@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 10000 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=10000 Change 10000 by rwatson@rwatson_tislabs on 2002/04/19 06:57:44 Whitespace diff reduction from main tree. Affected files ... ... //depot/projects/trustedbsd/mac/sys/kern/uipc_socket.c#17 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/kern/uipc_socket.c#17 (text+ko) ==== @@ -184,11 +184,9 @@ so->so_type = type; so->so_cred = crhold(cred); so->so_proto = prp; - #ifdef MAC mac_create_socket(td->td_ucred, so); #endif - soref(so); error = (*prp->pr_usrreqs->pru_attach)(so, proto, td); if (error) { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message