summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-16 05:44:22 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-16 05:44:22 +0000
commit5fb3efb267a40d0b2410af36cd3421ef94492170 (patch)
tree1dba955982b1a4e1e07b519b8c5a3251cd0b45eb
parent4b0115beb5a500b6ffae8f2c5b16a3d5e1916c0a (diff)
* bcc32/Makefile.sub: undefine HAVE_GETGROUPS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--bcc32/Makefile.sub2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6307433226..0e5dd5d6c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jun 16 14:43:14 2003 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * bcc32/Makefile.sub: undefine HAVE_GETGROUPS.
+
Sat Jun 14 16:58:41 2003 Guy Decoux <ts@moulon.inra.fr>
* regex.c (calculate_must_string): should handle option_set
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index dda52b9d7b..c95f884f1b 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -239,7 +239,7 @@ config.h:
/* \#define HAVE_UTIMES 1 */
/* \#define HAVE_FCNTL 1 */
/* \#define HAVE_SETITIMER 1 */
-\#define HAVE_GETGROUPS 1
+/* \#define HAVE_GETGROUPS 1 */
/* \#define HAVE_SIGPROCMASK 1 */
\#define HAVE_GETLOGIN 1
\#define HAVE_TELLDIR 1