diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-07-28 18:53:22 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-07-28 18:53:22 +0000 |
commit | 1662e86d9db755bd00cf3265bad3b91404e40f5d (patch) | |
tree | b3ad5c103f1cc4811f7611954b73570529e75efb | |
parent | 9395b149a428eb8f347113a4a1f8caacb1191fd0 (diff) |
make it compile
-rw-r--r-- | sys/net/encap.c | 4 |
1 files changed, 2 insertions, 2 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; } |