aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/criov.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 05:57:50 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 05:57:50 +0000
commit2c44651495e3efe18815da86983b398b559bd4ee (patch)
treecf24ab734f57deb37e60e07e97dc59cd5e3adaca /sys/opencrypto/criov.c
parentab0de15baf7234734b1b64c3145cd36f867c98ea (diff)
downloadsrc-2c44651495e3efe18815da86983b398b559bd4ee.tar.gz
src-2c44651495e3efe18815da86983b398b559bd4ee.zip
Notes
Diffstat (limited to 'sys/opencrypto/criov.c')
-rw-r--r--sys/opencrypto/criov.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/opencrypto/criov.c b/sys/opencrypto/criov.c
index f8799f9c261d..4831fac24ecf 100644
--- a/sys/opencrypto/criov.c
+++ b/sys/opencrypto/criov.c
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* $OpenBSD: criov.c,v 1.9 2002/01/29 15:48:29 jason Exp $ */
/*
@@ -28,6 +27,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>