[Olsr-cvs] olsrd-current/src/cfgparser olsrd_conf.c,1.55,1.56
Bernd Petrovitsch
(spam-protected)
Mon Oct 22 23:02:51 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/src/cfgparser
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31350/src/cfgparser
Modified Files:
olsrd_conf.c
Log Message:
* killed unused functions
Index: olsrd_conf.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/cfgparser/olsrd_conf.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** olsrd_conf.c 13 Sep 2007 16:08:13 -0000 1.55
--- olsrd_conf.c 22 Oct 2007 21:02:49 -0000 1.56
***************
*** 696,709 ****
}
- void *olsrd_cnf_malloc(unsigned int len)
- {
- return malloc(len);
- }
-
- void olsrd_cnf_free(void *addr)
- {
- free(addr);
- }
-
#if defined WIN32_STDIO_HACK
struct ioinfo
--- 696,699 ----
More information about the Olsr-cvs
mailing list