[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kinit
From:       Ravikiran Rajagopal <ravi () kde ! org>
Date:       2004-02-09 21:03:16
Message-ID: 20040209210316.2DDE59672 () office ! kde ! org
[Download RAW message or body]

CVS commit by ravi: 

Get rid of compilation warning.


  M +9 -6      setproctitle.cpp   1.11


--- kdelibs/kinit/setproctitle.cpp  #1.10:1.11
@@ -21,5 +21,8 @@
 #endif
 
-#define _GNU_SOURCE
+/* _GNU_SOURCE might already be defined in <config.h> */
+#ifndef _GNU_SOURCE
+#  define _GNU_SOURCE
+#endif
 #include <stdio.h>
 #include <stdarg.h>                                                      


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic