Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/dosdetector/files: dosdetector-20060621-isdigit.patch
Date: Fri, 11 Jul 2014 10:26:27
Message-Id: 20140711102623.72CE62004F@flycatcher.gentoo.org
1 jer 14/07/11 10:26:23
2
3 Added: dosdetector-20060621-isdigit.patch
4 Log:
5 EAPI bump. New HOMEPAGE/SRC_URI. Add missing include for isdigit(). Set RDEPEND.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.1 net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch?rev=1.1&content-type=text/plain
14
15 Index: dosdetector-20060621-isdigit.patch
16 ===================================================================
17 --- a/include/dos.h
18 +++ b/include/dos.h
19 @@ -26,6 +26,7 @@
20 #include <net/ppp_defs.h>
21 #include <sys/ioctl.h>
22 #include <time.h>
23 +#include <ctype.h> /* isdigit() */
24
25 /*
26 #define DEBUG_TREE 1