PERFORCE change 147989 for review

Robert Watson rwatson at FreeBSD.org
Thu Aug 21 11:42:47 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=147989

Change 147989 by rwatson at rwatson_freebsd_capabilities on 2008/08/21 11:42:27

	The merged version of fexecve(2) doesn't require the pcomm local	
	variable present in earlier patches.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/kern/kern_exec.c#11 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/kern/kern_exec.c#11 (text+ko) ====

@@ -336,7 +336,6 @@
 	int credential_changing;
 	int vfslocked;
 	int textset;
-	char pcomm[MAXCOMLEN + 1];
 #ifdef MAC
 	struct label *interplabel = NULL;
 	int will_transition;


More information about the p4-projects mailing list