[Asterisk-cvs] asterisk/include/solaris-compat compat.h,1.2,1.3

kpfleming at lists.digium.com kpfleming at lists.digium.com
Tue Jul 19 20:05:53 CDT 2005


Update of /usr/cvsroot/asterisk/include/solaris-compat
In directory mongoose.digium.com:/tmp/cvs-serv19769/include/solaris-compat

Modified Files:
	compat.h 
Log Message:
move strtoq into new string files (bug #4740)


Index: compat.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/solaris-compat/compat.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- compat.h	17 Mar 2005 23:12:15 -0000	1.2
+++ compat.h	20 Jul 2005 00:13:15 -0000	1.3
@@ -41,8 +41,6 @@
 #endif
 
 char* strsep(char** str, const char* delims);
-uint64_t
-strtoq(const char *nptr, char **endptr, int base);
 int setenv(const char *name, const char *value, int overwrite);
 int unsetenv(const char *name);
 #endif




More information about the svn-commits mailing list