jer         14/07/14 15:17:25

  Added:                ndoutils-1.4_beta9-asprintf.patch
                        ndoutils-2.0.0-asprintf.patch
                        ndoutils-2.0.0-sleep.patch
  Log:
  EAPI bump. Version bump. Fix missing includes/defines.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.1                  
net-analyzer/ndoutils/files/ndoutils-1.4_beta9-asprintf.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ndoutils/files/ndoutils-1.4_beta9-asprintf.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ndoutils/files/ndoutils-1.4_beta9-asprintf.patch?rev=1.1&content-type=text/plain

Index: ndoutils-1.4_beta9-asprintf.patch
===================================================================
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -9,6 +9,7 @@
 #ifndef _CONFIG_H
 #define _CONFIG_H
 
+#define _GNU_SOURCE
 #include <stdio.h>
 #include <stdlib.h>
 



1.1                  net-analyzer/ndoutils/files/ndoutils-2.0.0-asprintf.patch

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

Index: ndoutils-2.0.0-asprintf.patch
===================================================================
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -9,6 +9,7 @@
 #ifndef _CONFIG_H
 #define _CONFIG_H
 
+#define _GNU_SOURCE
 #include <stdio.h>
 #include <stdlib.h>
 



1.1                  net-analyzer/ndoutils/files/ndoutils-2.0.0-sleep.patch

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

Index: ndoutils-2.0.0-sleep.patch
===================================================================
--- a/src/queue.c
+++ b/src/queue.c
@@ -8,6 +8,7 @@
 #include "../include/queue.h"
 #include <errno.h>
 #include <time.h>
+#include <unistd.h> /* sleep() */
 
 #define RETRY_LOG_INTERVAL     600             /* Seconds */
 #define MAX_RETRIES    20                              /* Max number of times 
to retry sending message */




Reply via email to