From owner-p4-projects Fri Apr 19 6:26:25 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B1F7437B417; Fri, 19 Apr 2002 06:26:20 -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 D8C5637B405 for ; Fri, 19 Apr 2002 06:26:19 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3JDQJL39010 for perforce@freebsd.org; Fri, 19 Apr 2002 06:26:19 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 19 Apr 2002 06:26:19 -0700 (PDT) Message-Id: <200204191326.g3JDQJL39010@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 9995 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=9995 Change 9995 by rwatson@rwatson_tislabs on 2002/04/19 06:25:49 During integ, lost the definition of chunksize. extattrctl still doesn't build due to unresolved issues merging DES's main-tree optimization and green's trustedbsd_mac optimization, which (unfortunately) accomplish the optimization in a way that doesn't merge easily. Affected files ... ... //depot/projects/trustedbsd/mac/usr.sbin/extattrctl/extattrctl.c#9 edit Differences ... ==== //depot/projects/trustedbsd/mac/usr.sbin/extattrctl/extattrctl.c#9 (text+ko) ==== @@ -91,7 +91,7 @@ { struct ufs_extattr_fileheader uef; char *fs_path = NULL; - int ch, i, error, flags; + int ch, chunksize, i, error, flags; ssize_t wlen; size_t easize; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message