[CRIU] [PATCH 09/21] pipes: Add missing void into func arguments

Cyrill Gorcunov gorcunov at openvz.org
Wed Jun 6 18:21:49 EDT 2012


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 pipes.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pipes.c b/pipes.c
index 3bf7fa5..3fd3d52 100644
--- a/pipes.c
+++ b/pipes.c
@@ -90,7 +90,7 @@ static void show_saved_pipe_fds(struct pipe_info *pi)
 		pr_info("   `- FD %d pid %d\n", fle->fe.fd, fle->pid);
 }
 
-static int handle_pipes_data()
+static int handle_pipes_data(void)
 {
 	int fd, ret;
 
@@ -128,7 +128,7 @@ err:
 }
 
 /* Choose who will restore a pipe. */
-void mark_pipe_master()
+void mark_pipe_master(void)
 {
 	LIST_HEAD(head);
 
-- 
1.7.7.6



More information about the CRIU mailing list