public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/ndoutils/files: ndoutils-1.4_beta9-asprintf.patch ndoutils-2.0.0-asprintf.patch ndoutils-2.0.0-sleep.patch
@ 2014-07-14 15:17 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2014-07-14 15:17 UTC (permalink / raw
  To: gentoo-commits

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 */





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-14 15:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-14 15:17 [gentoo-commits] gentoo-x86 commit in net-analyzer/ndoutils/files: ndoutils-1.4_beta9-asprintf.patch ndoutils-2.0.0-asprintf.patch ndoutils-2.0.0-sleep.patch Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox