summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_pipe.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-04-22 19:55:56 +0000
committerrwatson <rwatson@FreeBSD.org>2007-04-22 19:55:56 +0000
commit48ef6399078eae6d77d396d40688332af68c5396 (patch)
tree161840c87ad655ca7bb52b52a32f616403554f7a /sys/security/mac/mac_pipe.c
parent1c94b6d3ee7cc5a273997e5dd61d432475bed233 (diff)
downloadFreeBSD-src-48ef6399078eae6d77d396d40688332af68c5396.zip
FreeBSD-src-48ef6399078eae6d77d396d40688332af68c5396.tar.gz
Normalize variable naming in the MAC Framework by adopting the normal
variable name conventions for arguments passed into the framework -- for example, name network interfaces 'ifp', sockets 'so', mounts 'mp', mbufs 'm', processes 'p', etc, wherever possible. Previously there was significant variation in this regard. Normalize copyright lists to ranges where sensible.
Diffstat (limited to 'sys/security/mac/mac_pipe.c')
-rw-r--r--sys/security/mac/mac_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac/mac_pipe.c b/sys/security/mac/mac_pipe.c
index 88d181e..6578517 100644
--- a/sys/security/mac/mac_pipe.c
+++ b/sys/security/mac/mac_pipe.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2002, 2003 Networks Associates Technology, Inc.
+ * Copyright (c) 2002-2003 Networks Associates Technology, Inc.
* All rights reserved.
*
* This software was developed for the FreeBSD Project in part by Network
OpenPOWER on IntegriCloud