From 914548ed7d19aab0b6e0623a9216370e36ed75ab Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 13 Apr 2002 05:44:37 +0000 Subject: [PATCH] compile sun --- Fltk/GmshServer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fltk/GmshServer.cpp b/Fltk/GmshServer.cpp index 923cf3cae0..9a4d69e27d 100644 --- a/Fltk/GmshServer.cpp +++ b/Fltk/GmshServer.cpp @@ -1,4 +1,4 @@ -/* $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; -- GitLab