Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2001 03:06:35 +0100 (CET)
From:      Martin Blapp <mb@imp.ch>
To:        Marcel Moolenaar <marcel@cup.hp.com>, Hellmuth Michaelis <hm@hcs.de>
Cc:        freebsd-emulation@FreeBSD.ORG
Subject:   [PATCH] Staroffice Network Problem solved
Message-ID:  <Pine.BSF.4.21.0101210304100.8609-100000@levais.imp.ch>
In-Reply-To: <Pine.BSF.4.21.0101202026470.5360-100000@levais.imp.ch>

next in thread | previous in thread | raw e-mail | index | archive | help

Hi,

Can you review this and commit it to STABLE and CURRENT ? This
unbreaks the staroffice network code. :-))))

--- linux_socket.c      Sat Jan 20 20:54:47 2001
+++ linux_socket.c.new Sun Jan 21 02:59:44 2001
@@ -454,7 +454,7 @@
                                return (error);
 
                        p->p_retval[0] = stat;
-                       return (0);
+                       return (EISCONN);
                }
        }

Martin

Martin Blapp, mb@imp.ch
------------------------------------------------
Improware AG, UNIX solution and service provider
Zurlindenstrasse 29, 4133 Pratteln, Switzerland
Phone: +41 79 370 26 05, Fax: +41 61 826 93 01
------------------------------------------------




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0101210304100.8609-100000>