From eb58acdbfd95856f73a4d1ff4456878a51994cd2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 10 May 2017 23:40:06 +0200 Subject: [PATCH] attempting to fix #5006 --- src/include/gnunet_scheduler_lib.h | 10 +++++----- src/sq/Makefile.am | 3 +-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/include/gnunet_scheduler_lib.h b/src/include/gnunet_scheduler_lib.h index a7385e31c..875f5043a 100644 --- a/src/include/gnunet_scheduler_lib.h +++ b/src/include/gnunet_scheduler_lib.h @@ -158,7 +158,7 @@ struct GNUNET_SCHEDULER_FdInfo * GNUnet file handle the event is about, matches @a sock, * NULL if this is about a network socket or if no network * handle was given to the scheduler originally. - */ + */ struct GNUNET_DISK_FileHandle *fh; /** @@ -186,7 +186,7 @@ struct GNUNET_SCHEDULER_TaskContext /** * Length of the following array. - */ + */ unsigned int fds_len; /** @@ -195,7 +195,7 @@ struct GNUNET_SCHEDULER_TaskContext * event loop that was used. The given array should only contain * information about file descriptors relevant to the current task. */ - const struct GNUNET_SCHEDULER_FdInfo *fds; + const struct GNUNET_SCHEDULER_FdInfo *fds; /** * Set of file descriptors ready for reading; note that additional @@ -246,7 +246,7 @@ struct GNUNET_SCHEDULER_Handle; * * @param sh scheduler handle that was given to the `loop` * @return #GNUNET_OK if there are more tasks that are ready, - * and thus we would like to run more (yield to avoid + * and thus we would like to run more (yield to avoid * blocking other activities for too long) * #GNUNET_NO if we are done running tasks (yield to block) * #GNUNET_SYSERR on error @@ -319,7 +319,7 @@ struct GNUNET_SCHEDULER_Driver int (*loop)(void *cls, struct GNUNET_SCHEDULER_Handle *sh); - + }; diff --git a/src/sq/Makefile.am b/src/sq/Makefile.am index cfccd89f6..119a94734 100644 --- a/src/sq/Makefile.am +++ b/src/sq/Makefile.am @@ -1,5 +1,5 @@ # This Makefile.am is in the public domain -AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS) +AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols @@ -20,7 +20,6 @@ libgnunetsq_la_SOURCES = \ libgnunetsq_la_LIBADD = -lsqlite3 \ $(top_builddir)/src/util/libgnunetutil.la libgnunetsq_la_LDFLAGS = \ - $(POSTGRESQL_LDFLAGS) \ $(GN_LIB_LDFLAGS) \ -version-info 0:0:0 -- 2.25.1