[Asterisk-cvs] asterisk asterisk.c, 1.150, 1.151 translate.c, 1.35,
1.36
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Fri Apr 29 12:35:28 CDT 2005
- Previous message: [Asterisk-cvs] asterisk acl.c, 1.41, 1.42 app.c, 1.57,
1.58 channel.c, 1.192, 1.193 cli.c, 1.78, 1.79 manager.c, 1.93,
1.94 pbx.c, 1.232, 1.233
- Next message: [Asterisk-cvs] asterisk/doc README.variables,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv12817
Modified Files:
asterisk.c translate.c
Log Message:
fix *BSD breakage from include-order changes (bug #4067)
Index: asterisk.c
===================================================================
RCS file: /usr/cvsroot/asterisk/asterisk.c,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- asterisk.c 22 Apr 2005 13:11:34 -0000 1.150
+++ asterisk.c 29 Apr 2005 17:24:58 -0000 1.151
@@ -13,7 +13,7 @@
#include <unistd.h>
#include <stdlib.h>
-#include <sys/resource.h>
+#include <sys/time.h>
#include <fcntl.h>
#include <stdio.h>
#include <signal.h>
Index: translate.c
===================================================================
RCS file: /usr/cvsroot/asterisk/translate.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- translate.c 22 Apr 2005 13:11:34 -0000 1.35
+++ translate.c 29 Apr 2005 17:24:58 -0000 1.36
@@ -11,6 +11,7 @@
* the GNU General Public License
*/
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <unistd.h>
- Previous message: [Asterisk-cvs] asterisk acl.c, 1.41, 1.42 app.c, 1.57,
1.58 channel.c, 1.192, 1.193 cli.c, 1.78, 1.79 manager.c, 1.93,
1.94 pbx.c, 1.232, 1.233
- Next message: [Asterisk-cvs] asterisk/doc README.variables,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list