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 <stdlib.h>
......@@ -47,7 +47,7 @@ static int Socket_UnlinkName(char *name){
int Gmsh_StartClient(char *command, char *sockname){
int s, sock;
#if defined(linux) || defined(_AIX) || defined (sun)
#if defined(linux) || defined(_AIX)
socklen_t len ;
#else
int len;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment