Re: bug of misc/screen and fifos or ours?

From: Giorgos Keramidas <keramida_at_freebsd.org>
Date: Thu, 18 Nov 2004 18:52:44 +0200
On 2004-11-18 17:47, Poul-Henning Kamp <phk_at_phk.freebsd.dk> wrote:
> In message <20041118164356.GA46185_at_orion.daedalusnetworks.priv>,
> Giorgos Keramidas writes:
>
> >	BLOCK fcntl
> >
> >This is apparently the result of the following code from screen/socket.c:
> >
> >   793	#ifdef NAMEDPIPE
> >   794	  debug("Ha, there was someone knocking on my fifo??\n");
> >   795	  if (fcntl(ServerSocket, F_SETFL, 0) == -1)
> >   796	    Panic(errno, "BLOCK fcntl");
> >   797	#else
> >
> >At line 795, screen attempts to set blocking mode on a FIFO and fails.
>
> Can you get me the exact errno value ?

Sure.  It's ENOTTY.
Received on Thu Nov 18 2004 - 15:52:47 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:22 UTC