summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/sys_pipe.c')
-rw-r--r--sys/kern/sys_pipe.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 3cbd65a..4f62e92 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -15,8 +15,6 @@
* John S. Dyson.
* 4. Modifications may be freely made to this file if the above conditions
* are met.
- *
- * $FreeBSD$
*/
/*
@@ -49,6 +47,9 @@
* amount of kernel virtual memory.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_mac.h"
#include <sys/param.h>
OpenPOWER on IntegriCloud