diff options
author | 1997-07-28 18:53:21 +0000 | |
---|---|---|
committer | 1997-07-28 18:53:21 +0000 | |
commit | bd7e836c9cfc4ccab5aaad956d3264b223fe9d53 (patch) | |
tree | 6ad2b59815593bec407a55f4e9e511bb5f7c638d | |
parent | 1) Prototypes. pretty. (diff) | |
download | wireguard-openbsd-bd7e836c9cfc4ccab5aaad956d3264b223fe9d53.tar.xz wireguard-openbsd-bd7e836c9cfc4ccab5aaad956d3264b223fe9d53.zip |
make it compile
-rw-r--r-- | sys/net/encap.c | 4 | ||||
-rw-r--r-- | sys/netinet/ip_ipsp.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/encap.c b/sys/net/encap.c index f0a3b68ead1..c05f9329df1 100644 --- a/sys/net/encap.c +++ b/sys/net/encap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: encap.c,v 1.14 1997/07/27 23:30:31 niklas Exp $ */ +/* $OpenBSD: encap.c,v 1.15 1997/07/28 18:53:21 provos Exp $ */ /* * The author of this code is John Ioannidis, ji@tla.org, @@ -868,7 +868,7 @@ encap_sendnotify(int subtype, struct tdb *tdbp) default: #ifdef ENCDEBUG if (encdebug) - log(LOG_WARN, "encap_sendnotify(): unknown subtype %d", subtype); + log(LOG_WARNING, "encap_sendnotify(): unknown subtype %d", subtype); #endif /* ENCDEBUG */ return; } 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; } |