Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Net-ARP/files: 1.0.6-header.diff
Date: Wed, 27 Feb 2013 10:38:23
Message-Id: 20130227103820.6FC592171D@flycatcher.gentoo.org
1 chainsaw 13/02/27 10:38:20
2
3 Added: 1.0.6-header.diff
4 Log:
5 Initial commit. Ebuild & patches by Fabio Rossi in bug #356577.
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
8
9 Revision Changes Path
10 1.1 dev-perl/Net-ARP/files/1.0.6-header.diff
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-ARP/files/1.0.6-header.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-ARP/files/1.0.6-header.diff?rev=1.1&content-type=text/plain
14
15 Index: 1.0.6-header.diff
16 ===================================================================
17 --- Net-ARP/arp_lookup_linux.c
18 +++ Net-ARP/arp_lookup_linux.c
19 @@ -20,6 +20,7 @@
20
21 #include <errno.h>
22 #include <stdio.h>
23 +#include <unistd.h>
24 #include <stdlib.h>
25 #include <string.h>
26 #include <sys/socket.h>