diff options
Diffstat (limited to 'net/l2tpd/files/patch-call.c')
-rw-r--r-- | net/l2tpd/files/patch-call.c | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/net/l2tpd/files/patch-call.c b/net/l2tpd/files/patch-call.c index 45dbdf362963..822b8b0e7f1a 100644 --- a/net/l2tpd/files/patch-call.c +++ b/net/l2tpd/files/patch-call.c @@ -1,9 +1,9 @@ $FreeBSD$ ---- call.c 2002/10/22 09:41:27 1.1 -+++ call.c 2002/10/22 09:43:13 -@@ -13,9 +13,6 @@ +--- 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> @@ -13,3 +13,14 @@ $FreeBSD$ #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; + } + |