Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
dsniff
> dsniff-memset-proto.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File dsniff-memset-proto.diff of Package dsniff
--- arp.c.orig 2006-09-27 01:51:24.000000000 +0200 +++ arp.c 2006-09-27 01:52:19.000000000 +0200 @@ -25,6 +25,7 @@ #ifndef __linux__ #include <sys/sockio.h> #endif +#include <string.h> #endif /* !BSD */ #include <net/if.h> #include <netinet/in_systm.h> --- buf.c.orig 2006-09-27 02:07:51.000000000 +0200 +++ buf.c 2006-09-27 02:08:00.000000000 +0200 @@ -17,6 +17,7 @@ #include <unistd.h> #include <ctype.h> #include <err.h> +#include <string.h> #include "buf.h"