[Olsr-cvs] olsrd-current/src/olsr_switch ohs_cmd.c,1.18,1.19
Andreas T�nnesen
(spam-protected)
Sat Nov 12 09:07:46 CET 2005
- Previous message: [Olsr-cvs] olsrd-current/lib/tas/src glua.c, 1.1, 1.2 http.c, 1.4, 1.5 os_unix.c, 1.3, 1.4 plugin.c, 1.5, 1.6
- Next message: [Olsr-cvs] olsrd-current/src/cfgparser olsrd_conf.c,1.43,1.44
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/olsrd/olsrd-current/src/olsr_switch
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26058
Modified Files:
ohs_cmd.c
Log Message:
Warning fix
Index: ohs_cmd.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/olsr_switch/ohs_cmd.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** ohs_cmd.c 23 Oct 2005 19:17:48 -0000 1.18
--- ohs_cmd.c 12 Nov 2005 08:07:43 -0000 1.19
***************
*** 550,558 ****
static char cmd_line[500];
static int cmd_len = 0;
- char c;
char *args;
char cmd_token[20];
int i;
#if defined WIN32
unsigned long Read;
INPUT_RECORD InRec;
--- 550,558 ----
static char cmd_line[500];
static int cmd_len = 0;
char *args;
char cmd_token[20];
int i;
#if defined WIN32
+ char c;
unsigned long Read;
INPUT_RECORD InRec;
- Previous message: [Olsr-cvs] olsrd-current/lib/tas/src glua.c, 1.1, 1.2 http.c, 1.4, 1.5 os_unix.c, 1.3, 1.4 plugin.c, 1.5, 1.6
- Next message: [Olsr-cvs] olsrd-current/src/cfgparser olsrd_conf.c,1.43,1.44
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Olsr-cvs
mailing list