The following reply was made to PR kern/149857; it has been noted by GNATS.
From: Volodymyr Kostyrko <[email protected]> To: [email protected] Cc: Subject: Re: kern/149857: [kqueue] kqueue not reporting EOF under certain circumstances Date: Tue, 17 Jul 2012 13:21:28 +0300 This one can be closed. The major difference between pipe and redirection from file is type of file object on which we are working. While pipe behaves like pipe, file works exactly like vnode object. Care should be taken manually to detect file position in this case. -- Sphinx of black quartz judge my vow. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
