$NetBSD: patch-ac,v 1.2 2006/10/14 10:26:58 shattered Exp $

--- avp.c.orig	2002-08-19 19:39:27.000000000 +0400
+++ avp.c
@@ -15,7 +15,6 @@
 #include <string.h>
 #include <stdio.h>
 #include <errno.h>
-#include <netinet/in.h>
 #include "l2tp.h"
 
 #define AVP_MAX 39
@@ -1608,7 +1607,7 @@ int handle_avps (struct buffer *buf, str
             if (AMBIT (avp->length))
             {
                 log (LOG_WARN,
-                     "%s:  dont know how to handle mandatory attribute %d.  Closing %s.\n"
+                     "%s:  dont know how to handle mandatory attribute %d.  Closing %s.\n",
                      __FUNCTION__, avp->attr,
                      (c != t->self) ? "call" : "tunnel");
                 set_error (c, VENDOR_ERROR,
