summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-09-07 10:26:54 +0200
committerraveit65 <[email protected]>2019-09-13 14:51:57 +0200
commit1dfe719a0b0277a4a50b46947138b0b5b3342cd4 (patch)
tree60463325cbae17acfdfd194ddaf12329f3af5c19
parent4a9d5332d871b6f51ade6c18b8c713a27ec12594 (diff)
downloadmate-control-center-1dfe719a0b0277a4a50b46947138b0b5b3342cd4.tar.bz2
mate-control-center-1dfe719a0b0277a4a50b46947138b0b5b3342cd4.tar.xz
remove warning: "__sun" is not defined, evaluates to 0
mate-about-me-password.c:39:5: warning: "__sun" is not defined, evaluates to 0 [-Wundef] 39 | #if __sun | ^~~~~
-rw-r--r--capplets/about-me/mate-about-me-password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/about-me/mate-about-me-password.c b/capplets/about-me/mate-about-me-password.c
index 0f053f7f..d9794cf1 100644
--- a/capplets/about-me/mate-about-me-password.c
+++ b/capplets/about-me/mate-about-me-password.c
@@ -36,7 +36,7 @@
#include <string.h>
#include <sys/wait.h>
-#if __sun
+#ifdef __sun
#include <sys/types.h>
#include <signal.h>
#endif