jer         14/07/11 10:26:23

  Added:                dosdetector-20060621-isdigit.patch
  Log:
  EAPI bump. New HOMEPAGE/SRC_URI. Add missing include for isdigit(). Set 
RDEPEND.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.1                  
net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dosdetector/files/dosdetector-20060621-isdigit.patch?rev=1.1&content-type=text/plain

Index: dosdetector-20060621-isdigit.patch
===================================================================
--- a/include/dos.h
+++ b/include/dos.h
@@ -26,6 +26,7 @@
 #include <net/ppp_defs.h>
 #include <sys/ioctl.h>
 #include <time.h>
+#include <ctype.h> /* isdigit() */
 
 /*
 #define DEBUG_TREE     1




Reply via email to