Skip to content

Commit

Permalink
- fixed a small warning
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2572 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 7, 2006
1 parent 98a3eb3 commit e2ec917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/runtime/socketimpl.c
Expand Up @@ -62,7 +62,7 @@ void Socket_5finit(void)

extern int errno;
int serversocket;
int fromlen;
unsigned int fromlen;


RML_BEGIN_LABEL(Socket__waitforconnect)
Expand Down Expand Up @@ -150,7 +150,7 @@ void Socket_5finit(void)

extern int errno;
int serversocket;
int fromlen;
unsigned int fromlen;
struct sockaddr_in clientAddr;


Expand Down

0 comments on commit e2ec917

Please sign in to comment.