gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: fix signature


From: gnunet
Subject: [gnunet] branch master updated: fix signature
Date: Fri, 17 Jul 2020 21:58:17 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 931232d11 fix signature
931232d11 is described below

commit 931232d1141891232e46f5d6fd1432663e730e7a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 17 21:52:22 2020 +0200

    fix signature
---
 src/include/gnunet_os_lib.h | 4 ++--
 src/util/os_priority.c      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index b583cc493..12aeec7f0 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2011 GNUnet e.V.
+     Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2011, 2020 GNUnet e.V.
 
      GNUnet is free software: you can redistribute it and/or modify it
      under the terms of the GNU Affero General Public License as published
@@ -555,7 +555,7 @@ GNUNET_OS_start_process_v (int pipe_control,
  */
 struct GNUNET_OS_Process *
 GNUNET_OS_start_process_s (int pipe_control,
-                           unsigned int std_inheritance,
+                           enum GNUNET_OS_InheritStdioFlags std_inheritance,
                            const int *lsocks,
                            const char *filename, ...);
 
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index 5799d893b..7f3be2a80 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -760,7 +760,7 @@ GNUNET_OS_start_process_v (int pipe_control,
  */
 struct GNUNET_OS_Process *
 GNUNET_OS_start_process_s (int pipe_control,
-                           unsigned int std_inheritance,
+                           enum GNUNET_OS_InheritStdioFlags std_inheritance,
                            const int *lsocks,
                            const char *filename,
                            ...)

-- 
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]