silby 2004-07-20 07:06:43 UTC FreeBSD src repository Modified files: sys/kern sys_pipe.c Log: Fix a minor error in pipe_stat - st_size was always reported as 0 when direct writes kicked in. Whether this affected any applications is unknown. Revision Changes Path 1.172 +4 -1 src/sys/kern/sys_pipe.c