gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated (e569f5c6a -> 279ea4df2)


From: gnunet
Subject: [gnunet] branch master updated (e569f5c6a -> 279ea4df2)
Date: Tue, 15 Aug 2023 20:19:37 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a change to branch master
in repository gnunet.

    from e569f5c6a IDENTITY: Fix inplace encryption
     new af8a98848 -indent
     new 279ea4df2 -add pq lib

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/POTFILES.in         | 1 +
 src/util/os_priority.c | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/po/POTFILES.in b/po/POTFILES.in
index 519956b34..dd9358d21 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -596,6 +596,7 @@ src/vpn/vpn_api.c
 src/zonemaster/gnunet-service-zonemaster.c
 src/fs/fs_api.h
 src/include/gnunet_json_lib.h
+src/include/gnunet_pq_lib.h
 src/pq/pq.h
 src/testbed/testbed_api.h
 src/testbed/testbed_api_operations.h
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index e82ff94b6..de4e6c395 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -877,7 +877,8 @@ GNUNET_OS_process_wait (struct GNUNET_OS_Process *proc)
     ;
   if (pid != ret)
   {
-    LOG_STRERROR (GNUNET_ERROR_TYPE_WARNING, "waitpid");
+    LOG_STRERROR (GNUNET_ERROR_TYPE_WARNING,
+                  "waitpid");
     return GNUNET_SYSERR;
   }
   return GNUNET_OK;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]