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

compile sun

parent 351e1f68
No related branches found
No related tags found
No related merge requests found
/* $Id: GmshServer.cpp,v 1.3 2002-03-10 23:23:33 remacle Exp $ */ /* $Id: GmshServer.cpp,v 1.4 2002-04-13 05:44:37 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;
#if defined(linux) || defined(_AIX) || defined (sun) #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.
Finish editing this message first!
Please register or to comment