[CRIU] [PATCH 1/2] criu: pie, log -- Make sbuf_printf static

Cyrill Gorcunov gorcunov at openvz.org
Thu May 19 12:12:24 PDT 2016


Not exported anywhere.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 criu/pie/log-simple.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/criu/pie/log-simple.c b/criu/pie/log-simple.c
index c33cc1bb4122..f4470af57f66 100644
--- a/criu/pie/log-simple.c
+++ b/criu/pie/log-simple.c
@@ -204,7 +204,7 @@ static void print_hex_l(unsigned long num, struct simple_buf *b)
 	print_string(z, b);
 }
 
-void sbuf_printf(struct simple_buf *b, const char *format, va_list args)
+static void sbuf_printf(struct simple_buf *b, const char *format, va_list args)
 {
 	const char *s = format;
 	while (1) {
-- 
2.5.5



More information about the CRIU mailing list