From 355929f21a7e31021274ba36b338fbd5154acb71 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Tue, 14 Mar 2000 00:33:02 +0000 Subject: [PATCH] Fixed an error in the previous checkin. --- nsprpub/pr/src/md/unix/unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsprpub/pr/src/md/unix/unix.c b/nsprpub/pr/src/md/unix/unix.c index 31a4e70caa7..9000fe949eb 100644 --- a/nsprpub/pr/src/md/unix/unix.c +++ b/nsprpub/pr/src/md/unix/unix.c @@ -858,7 +858,7 @@ PRInt32 _MD_send(PRFileDesc *fd, const void *buf, PRInt32 amount, PRInt32 tmp_amount = amount; #endif - + /* * On pre-2.6 Solaris, send() is much slower than write(). * On 2.6 and beyond, with in-kernel sockets, send() and * write() are fairly equivalent in performance.