diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:43:45 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:43:45 +0000 |
| commit | 46a50f4e34d25717bfef8019dcc92ca31999130d (patch) | |
| tree | 10db20900f5867f3b8e2421505afd1414cefd848 /lib/libipsec/ipsec_strerror.c | |
| parent | 412f6ad0de59d4b6ea512d9b4ffcb6d78785c3ed (diff) | |
Notes
Diffstat (limited to 'lib/libipsec/ipsec_strerror.c')
| -rw-r--r-- | lib/libipsec/ipsec_strerror.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libipsec/ipsec_strerror.c b/lib/libipsec/ipsec_strerror.c index d53a9e3cadc6..203b6517edb4 100644 --- a/lib/libipsec/ipsec_strerror.c +++ b/lib/libipsec/ipsec_strerror.c @@ -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> |
