Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2002 06:26:19 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9995 for review
Message-ID:  <200204191326.g3JDQJL39010@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204191326.g3JDQJL39010>