commit:     3bdb6de54f80f7ddd9fa52f9181b3ab9dde87790
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 00:20:01 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Aug  8 15:29:35 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=3bdb6de5

libsbutil: fix -Wold-style-declaration

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 libsbutil/src/debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libsbutil/src/debug.c b/libsbutil/src/debug.c
index 42652a3..b901fe8 100644
--- a/libsbutil/src/debug.c
+++ b/libsbutil/src/debug.c
@@ -11,7 +11,7 @@
 #include "headers.h"
 #include "rcscripts/rcutil.h"
 
-volatile static int debug_errno = 0;
+static volatile int debug_errno = 0;
 
 #define log_domain "sandbox"
 

Reply via email to