CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2015/02/12 07:31:02
Modified files: sys/miscfs/fifofs: fifo_vnops.c Log message: Fix a bug introduced in the last commit that broke EOF handling in the normal, blocking case. No longer passes regress but that will be fixed later. OK jca@