PERFORCE change 108756 for review

Robert Watson rwatson at FreeBSD.org
Mon Oct 30 15:23:51 UTC 2006


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

Change 108756 by rwatson at rwatson_zoo on 2006/10/30 15:23:15

	Update for enum priv -> int.

Affected files ...

.. //depot/projects/trustedbsd/priv/share/man/man9/priv.9#2 edit

Differences ...

==== //depot/projects/trustedbsd/priv/share/man/man9/priv.9#2 (text+ko) ====

@@ -36,11 +36,10 @@
 .Nd kernel privilege checking API
 .Sh SYNOPSIS
 .In sys/priv.h
-.Vt enum priv {};
 .Ft int
-.Fn priv_check "struct thread *td" "enum priv priv"
+.Fn priv_check "struct thread *td" "int priv"
 .Ft int
-.Fn priv_check_cred "struct ucred *cred" "enum priv priv" "int flags"
+.Fn priv_check_cred "struct ucred *cred" "int priv" "int flags"
 .Sh DESCRIPTION
 The
 .Xr priv 9


More information about the trustedbsd-cvs mailing list