summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1997-07-28 18:55:34 +0000
committerNiels Provos <provos@cvs.openbsd.org>1997-07-28 18:55:34 +0000
commit543511c7dfe7be61787b52377881460db2bd4f98 (patch)
tree3de1b80f7936bfad34054cf5b16f10e75270e7a3 /sys
parent1662e86d9db755bd00cf3265bad3b91404e40f5d (diff)
make it compile
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_ipsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ipsp.c b/sys/netinet/ip_ipsp.c
index a4f4238d37a..93b27c8b615 100644
--- a/sys/netinet/ip_ipsp.c
+++ b/sys/netinet/ip_ipsp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.c,v 1.17 1997/07/27 23:30:36 niklas Exp $ */
+/* $OpenBSD: ip_ipsp.c,v 1.18 1997/07/28 18:55:33 provos Exp $ */
/*
* The author of this code is John Ioannidis, ji@tla.org,
@@ -307,7 +307,7 @@ put_expiration(struct expiration *exp)
{
#ifdef ENCDEBUG
if (encdebug)
- log(LOG_WARN, "put_expiration(): NULL argument");
+ log(LOG_WARNING, "put_expiration(): NULL argument");
#endif /* ENCDEBUG */
return;
}