[Asterisk-Dev] cvs changes
Steven Critchfield
critch at basesys.com
Thu Mar 3 09:34:17 MST 2005
Is it me or did twisted just change something in one place that Mark
fixed/changed in another so that we are back at the same type of bug
that was supposed to be fixed?
RCS file: /usr/cvsroot/asterisk/include/asterisk/utils.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- utils.h 3 Mar 2005 03:46:41 -0000 1.22
+++ utils.h 3 Mar 2005 16:18:44 -0000 1.23
@@ -160,19 +160,12 @@
#endif
#define inet_ntoa __dont__use__inet_ntoa__use__ast_inet_ntoa__instead__
-#define AST_STACK_SIZE 128 * 1024
+#define AST_STACKSIZE 128 * 1024
RCS file: /usr/cvsroot/asterisk/utils.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- utils.c 3 Mar 2005 16:18:44 -0000 1.30
+++ utils.c 3 Mar 2005 16:21:33 -0000 1.31
@@ -396,7 +396,7 @@
pthread_attr_init(&lattr);
attr = &lattr;
}
- errno = pthread_attr_setstacksize(attr, AST_STACKSIZE);
+ errno = pthread_attr_setstacksize(attr, AST_STACK_SIZE);
--
Steven Critchfield <critch at basesys.com>
More information about the asterisk-dev
mailing list