Add __FBSDID()s to libipsec

This commit is contained in:
Matthew Dillon 2001-09-30 21:43:45 +00:00
parent 412f6ad0de
commit 46a50f4e34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84208
6 changed files with 18 additions and 6 deletions

View File

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* $KAME: ipsec_dump_policy.c,v 1.11 2000/05/07 05:29:47 itojun Exp $ */
/*
@ -30,6 +29,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>

View File

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* $KAME: ipsec_get_policylen.c,v 1.5 2000/05/07 05:25:03 itojun Exp $ */
/*
@ -30,6 +29,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/param.h>

View File

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* $KAME: ipsec_strerror.c,v 1.7 2000/07/30 00:45:12 itojun Exp $ */
/*
@ -30,6 +29,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/param.h>

View File

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* $KAME: pfkey.c,v 1.39 2001/03/05 18:22:17 thorpej Exp $ */
/*
@ -30,6 +29,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>

View File

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* $KAME: pfkey_dump.c,v 1.28 2001/06/27 10:46:51 sakane Exp $ */
/*
@ -30,6 +29,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>

View File

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* $KAME: test-policy.c,v 1.14 2000/12/27 11:38:11 sakane Exp $ */
/*
@ -30,6 +29,9 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>