[Groonga-commit] groonga/groonga [master] remove needless defines.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 10月 25日 (火) 17:01:33 JST


Kouhei Sutou	2011-10-25 08:01:33 +0000 (Tue, 25 Oct 2011)

  New Revision: 066c87b0106ea1a583e417de3f3f05626b250d89

  Log:
    remove needless defines.

  Modified files:
    lib/proc.c
    src/grntest.c

  Modified: lib/proc.c (+0 -1)
===================================================================
--- lib/proc.c    2011-10-25 07:58:22 +0000 (958954b)
+++ lib/proc.c    2011-10-25 08:01:33 +0000 (0e88638)
@@ -26,7 +26,6 @@
 
 #include <string.h>
 #include <stdlib.h>
-#define __USE_GNU
 #include <fcntl.h>
 #include <sys/stat.h>
 

  Modified: src/grntest.c (+0 -1)
===================================================================
--- src/grntest.c    2011-10-25 07:58:22 +0000 (94b7152)
+++ src/grntest.c    2011-10-25 08:01:33 +0000 (5a185a2)
@@ -37,7 +37,6 @@
 #include <netinet/in.h>
 #endif /* HAVE_NETINET_IN_H */
 
-#define __USE_XOPEN
 #include "lib/str.h"
 #include "lib/com.h"
 #include "lib/db.h"




Groonga-commit メーリングリストの案内
Back to archive index