PERFORCE change 219869 for review

Robert Watson rwatson at FreeBSD.org
Sat Dec 1 12:36:46 UTC 2012


http://p4web.freebsd.org/@@219869?ac=10

Change 219869 by rwatson at rwatson_cinnamon on 2012/12/01 12:36:19

	Add previously omitted prototype for au_to_upriv().

Affected files ...

.. //depot/projects/trustedbsd/openbsm/sys/bsm/audit_record.h#11 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/sys/bsm/audit_record.h#11 (text+ko) ====

@@ -26,7 +26,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_record.h#10 $
+ * $P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit_record.h#11 $
  */
 
 #ifndef _BSM_AUDIT_RECORD_H_
@@ -278,6 +278,7 @@
 token_t	*au_to_text(const char *text);
 token_t	*au_to_kevent(struct kevent *kev);
 token_t	*au_to_trailer(int rec_size);
+token_t	*au_to_upriv(char sorf, char *priv);
 token_t	*au_to_zonename(const char *zonename);
 
 /*


More information about the p4-projects mailing list