[Olsr-cvs] olsrd-current/src/win32 compat.c,1.13,1.14
Bernd Petrovitsch
(spam-protected)
Wed May 9 01:18:58 CEST 2007
Update of /cvsroot/olsrd/olsrd-current/src/win32
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22936/src/win32
Modified Files:
compat.c
Log Message:
*killed a few warnings
Index: compat.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/win32/compat.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** compat.c 8 May 2007 23:05:58 -0000 1.13
--- compat.c 8 May 2007 23:18:55 -0000 1.14
***************
*** 364,368 ****
}
! int inet_pton(int af, char *src, void *dst)
{
switch (af)
--- 364,368 ----
}
! int inet_pton(int af, const char *src, void *dst)
{
switch (af)
***************
*** 478,482 ****
}
! char *inet_ntop(int af, void *src, char *dst, int size)
{
switch (af)
--- 478,482 ----
}
! char *inet_ntop(int af, const void *src, char *dst, int size)
{
switch (af)
More information about the Olsr-cvs
mailing list