[asterisk-commits] kpfleming: trunk r89190 - in /trunk/utils: Makefile hashtest.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Nov 12 14:16:14 CST 2007
Author: kpfleming
Date: Mon Nov 12 14:16:13 2007
New Revision: 89190
URL: http://svn.digium.com/view/asterisk?view=rev&rev=89190
Log:
(closes issue #11221)
Reported by: eliel
Patches:
utils.Makefile.patch uploaded by eliel (modified by me) (license 64)
Modified:
trunk/utils/Makefile
trunk/utils/hashtest.c
Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?view=diff&rev=89190&r1=89189&r2=89190
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Mon Nov 12 14:16:13 2007
@@ -103,7 +103,7 @@
pval.o : ASTCFLAGS+=-DSTANDALONE
-check_expr: check_expr.o ast_expr2.o ast_expr2f.o strcompat.o threadstorage.o
+check_expr: check_expr.o ast_expr2.o ast_expr2f.o strcompat.o threadstorage.o clicompat.o
aelbison.c: ../res/ael/ael.tab.c
@cp $< $@
@@ -138,7 +138,7 @@
hashtest2: hashtest2.o md5.o utils.o astobj2.o sha1.o strcompat.o threadstorage.o clicompat.o
-hashtest: hashtest.o md5.o hashtab.o utils.o sha1.o strcompat.o threadstorage.o
+hashtest: hashtest.o md5.o hashtab.o utils.o sha1.o strcompat.o threadstorage.o clicompat.o
hashtest.o : hashtest.c
$(CC) -g -O0 -c hashtest.c -I/usr/include -I../include
Modified: trunk/utils/hashtest.c
URL: http://svn.digium.com/view/asterisk/trunk/utils/hashtest.c?view=diff&rev=89190&r1=89189&r2=89190
==============================================================================
--- trunk/utils/hashtest.c (original)
+++ trunk/utils/hashtest.c Mon Nov 12 14:16:13 2007
@@ -52,10 +52,6 @@
/* stuff we need to make this work with the hashtab stuff */
-void ast_cli(int *fd, char *str, ...)
-{
-}
-
int64_t ast_mark(int prof_id, int x)
{
}
@@ -336,10 +332,6 @@
}
-void ast_cli_register_multiple(void)
-{
-}
-
void ast_register_file_version(const char *file, const char *version)
{
}
@@ -347,10 +339,6 @@
void ast_unregister_file_version(const char *file)
{
-}
-
-void ast_cli_unregister_multiple(void)
-{
}
void ast_context_destroy(void)
More information about the asterisk-commits
mailing list