Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2008 11:42:46 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147989 for review
Message-ID:  <200808211142.m7LBgkRu014067@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147989

Change 147989 by rwatson@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;



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