summaryrefslogtreecommitdiff
path: root/net/l2tpd/files/patch-call.c
blob: 822b8b0e7f1a0e690159eafbe552d7d210151a78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$FreeBSD$

--- call.c.orig	Sat Aug 10 03:47:25 2002
+++ call.c	Thu Oct 16 23:13:51 2003
@@ -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,8 @@
         }
     }
     /* 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;
 }