summaryrefslogtreecommitdiffstats
path: root/sys/security
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
parenta63f21d7325188771279b9ca662a52a711252047 (diff)
downloadFreeBSD-src-3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676.zip
FreeBSD-src-3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/mac/mac_framework.c8
-rw-r--r--sys/security/mac/mac_internal.h8
-rw-r--r--sys/security/mac/mac_net.c8
-rw-r--r--sys/security/mac/mac_pipe.c8
-rw-r--r--sys/security/mac/mac_process.c8
-rw-r--r--sys/security/mac/mac_syscalls.c8
-rw-r--r--sys/security/mac/mac_system.c8
-rw-r--r--sys/security/mac/mac_vfs.c8
8 files changed, 32 insertions, 32 deletions
diff --git a/sys/security/mac/mac_framework.c b/sys/security/mac/mac_framework.c
index fb06ede..e5e25dc 100644
--- a/sys/security/mac/mac_framework.c
+++ b/sys/security/mac/mac_framework.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"
diff --git a/sys/security/mac/mac_internal.h b/sys/security/mac/mac_internal.h
index fb06ede..e5e25dc 100644
--- a/sys/security/mac/mac_internal.h
+++ b/sys/security/mac/mac_internal.h
@@ -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"
diff --git a/sys/security/mac/mac_net.c b/sys/security/mac/mac_net.c
index fb06ede..e5e25dc 100644
--- a/sys/security/mac/mac_net.c
+++ b/sys/security/mac/mac_net.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"
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"
diff --git a/sys/security/mac/mac_process.c b/sys/security/mac/mac_process.c
index fb06ede..e5e25dc 100644
--- a/sys/security/mac/mac_process.c
+++ b/sys/security/mac/mac_process.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"
diff --git a/sys/security/mac/mac_syscalls.c b/sys/security/mac/mac_syscalls.c
index fb06ede..e5e25dc 100644
--- a/sys/security/mac/mac_syscalls.c
+++ b/sys/security/mac/mac_syscalls.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"
diff --git a/sys/security/mac/mac_system.c b/sys/security/mac/mac_system.c
index fb06ede..e5e25dc 100644
--- a/sys/security/mac/mac_system.c
+++ b/sys/security/mac/mac_system.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"
diff --git a/sys/security/mac/mac_vfs.c b/sys/security/mac/mac_vfs.c
index fb06ede..e5e25dc 100644
--- a/sys/security/mac/mac_vfs.c
+++ b/sys/security/mac/mac_vfs.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