Skip to content
Snippets Groups Projects
Commit 1d2a925c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

aix fix sockenlen_t

parent a5df54bb
No related branches found
No related tags found
No related merge requests found
/* $Id: GmshServer.cpp,v 1.1 2002-01-03 10:25:06 geuzaine Exp $ */ /* $Id: GmshServer.cpp,v 1.2 2002-01-03 13:49:42 geuzaine Exp $ */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
...@@ -47,7 +47,7 @@ static int Socket_UnlinkName(char *name){ ...@@ -47,7 +47,7 @@ static int Socket_UnlinkName(char *name){
int Gmsh_StartClient(char *command, char *sockname){ int Gmsh_StartClient(char *command, char *sockname){
int s, sock; int s, sock;
#ifdef linux #if defined(linux) || defined(_AIX)
socklen_t len ; socklen_t len ;
#else #else
int len; int len;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment