[Bug 1660] pipe_release would better be void pipe_release since it does not return any error code

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Mon Aug 9 11:14:42 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1660

--- Comment #1 from Bharath Suri <bharath.s.jois at gmail.com> 2010-08-09 06:14:41 CDT ---
Created an attachment (id=979)
 --> (https://www.rtems.org/bugzilla/attachment.cgi?id=979)
Patch @ cpukit/

Patch @ cpukit:

Changes:

* libfs/src/imfs/imfs_fifo.c:
Changes since pipe_release now does not return a value.

* libfs/src/pipe/fifo.c:
int pipe_release is now void pipe_release

* libfs/src/pipe/pipe.h:
Corresponding changes to function signature in header.

Additionally, I have the following changes, which has improvements to
IMFS_determine_bytes_per_block.

* libfs/src/imfs/imfs_initsupp.c:
Has changes to IMFS_determine_bytes_per_block

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list