--- Makefile.org Sat Aug 10 02:42:22 2002 +++ Makefile Sun Feb 23 22:08:23 2003 @@ -31,7 +31,8 @@ # # Uncomment the next line for Linux # -OSFLAGS= -DLINUX -I/usr/include +OSFLAGS= -DLINUX +#OSFLAGS= -DLINUX -I/usr/include # # Uncomment the following to use the kernel interface under Linux # --- network.c.org 2003-06-21 15:13:04.000000000 +0200 +++ network.c 2003-06-21 15:14:24.000000000 +0200 @@ -363,8 +363,8 @@ extract (buf->start, &tunnel, &call); if (debug_network) { - log (LOG_DEBUG, "%s: recv packet from %s, size = %d, -tunnel = %d, call = %d\n", __FUNCTION__, inet_ntoa (from.sin_addr), recvsize, tunnel, call); + log (LOG_DEBUG, "%s: recv packet from %s, size = %d," \ +"tunnel = %d, call = %d\n", __FUNCTION__, inet_ntoa (from.sin_addr), recvsize, tunnel, call); } if (packet_dump) { --- call.c.org 2002-08-10 02:47:25.000000000 +0200 +++ call.c 2003-06-21 16:08:53.000000000 +0200 @@ -193,8 +193,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://www.l2tpd.org", __FUNCTION__); return -EINVAL; }