From 3b8fff9e4cedc4d9df3fb1ff39f5b668abdb9676 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 11 Jun 2003 00:56:59 +0000 Subject: Use __FBSDID(). --- sys/kern/sys_pipe.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/kern/sys_pipe.c') 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 +__FBSDID("$FreeBSD$"); + #include "opt_mac.h" #include -- cgit v1.1