minor compilation problem with current cvs
The new cookie dpi has a minor compilation problem in DragonFly-BSD and probabely other BSDs as well. The following modifictaion solves the problem. Index: dpi/cookies.c =================================================================== RCS file: /sfhome/cvs/dillo/dillo/dpi/cookies.c,v retrieving revision 1.3 diff -u -r1.3 cookies.c --- dpi/cookies.c 28 Oct 2005 14:12:32 -0000 1.3 +++ dpi/cookies.c 29 Oct 2005 13:02:21 -0000 @@ -35,8 +35,8 @@ #else -#include <sys/socket.h> #include <sys/types.h> +#include <sys/socket.h> #include <sys/stat.h> #include <sys/un.h> #include <fcntl.h> Regards, Johannes Hofmann
On Sat, Oct 29, 2005 at 03:04:12PM +0200, Johannes Hofmann wrote:
The new cookie dpi has a minor compilation problem in DragonFly-BSD and probabely other BSDs as well. The following modifictaion solves the problem.
Index: dpi/cookies.c =================================================================== RCS file: /sfhome/cvs/dillo/dillo/dpi/cookies.c,v retrieving revision 1.3 diff -u -r1.3 cookies.c --- dpi/cookies.c 28 Oct 2005 14:12:32 -0000 1.3 +++ dpi/cookies.c 29 Oct 2005 13:02:21 -0000 @@ -35,8 +35,8 @@ #else
-#include <sys/socket.h> #include <sys/types.h> +#include <sys/socket.h> #include <sys/stat.h> #include <sys/un.h> #include <fcntl.h>
Done! -- Cheers Jorge.-
participants (2)
-
Johannes Hofmann
-
Jorge Arellano Cid