From fe89697176f1e6ff8e89b730cbb5e3aeb05b6391 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 3 May 2001 00:34:01 +0000
Subject: [PATCH] *** empty log message ***

---
 Fltk/Socket.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Fltk/Socket.cpp b/Fltk/Socket.cpp
index 73d2914082..d67717b9c1 100644
--- a/Fltk/Socket.cpp
+++ b/Fltk/Socket.cpp
@@ -1,4 +1,4 @@
-/* $Id: Socket.cpp,v 1.2 2001-05-03 00:27:03 geuzaine Exp $ */
+/* $Id: Socket.cpp,v 1.3 2001-05-03 00:34:01 geuzaine Exp $ */
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -81,10 +81,10 @@ void Socket_SendString(int socket, char str[]){
 
 int Socket_StartProgram(char *progname, char *sockname){
   int s, sock;
-#ifdef WIN32
-  int len;
-#else
+#ifdef linux
   socklen_t len ;
+#else
+  int len;
 #endif
   struct sockaddr_un addr, from;
   char command[1000];
-- 
GitLab