summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_pipe.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-11 00:56:59 +0000
committerobrien <obrien@FreeBSD.org>2003-06-11 00:56:59 +0000
commit3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676 (patch)
treead364cba90f71a140a75adc093d72da422d69b81 /sys/security/mac/mac_pipe.c
parenta63f21d7325188771279b9ca662a52a711252047 (diff)
downloadFreeBSD-src-3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676.zip
FreeBSD-src-3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/security/mac/mac_pipe.c')
-rw-r--r--sys/security/mac/mac_pipe.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/security/mac/mac_pipe.c b/sys/security/mac/mac_pipe.c
index fb06ede..e5e25dc 100644
--- a/sys/security/mac/mac_pipe.c
+++ b/sys/security/mac/mac_pipe.c
@@ -32,16 +32,16 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+
/*
- * Developed by the TrustedBSD Project.
- *
* Framework for extensible kernel access control. Kernel and userland
* interface to the framework, policy registration and composition.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_mac.h"
#include "opt_devfs.h"
OpenPOWER on IntegriCloud