$NetBSD: patch-ad,v 1.2 2003/10/17 21:06:48 hfath Exp $

--- call.c.orig	2002-08-10 02:47:25.000000000 +0200
+++ call.c
@@ -14,9 +14,6 @@
 
 #include <stdio.h>
 #include <fcntl.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
 #include <sys/wait.h>
 #include <stdlib.h>
 #include <string.h>
@@ -193,8 +190,9 @@ int read_packet (struct buffer *buf, int
         }
     }
     /* I should never get here */
-    log (LOG_WARN, "%s: You should not see this message.  If you do, please
-		       enter a bug report at http://sourceforge.net/projects/l2tpd", __FUNCTION__);
+    log (LOG_WARN, "%s: You should not see this message.  If you do, please "
+	"enter a bug report at http://sourceforge.net/projects/l2tpd",
+	__FUNCTION__);
     return -EINVAL;
 }
 
