Ticket #1950 (closed enhancement: fixed)
Correction variables
Reported by: | pavlinux | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.7 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master committed-stable |
Description (last modified by styx) (diff)
Correction of variable names and corresponding types for standard features.
For example: ssize_t write(int fd, const void *buf, size_t count);
use for count size_t, but our extfs_write (void *data, const char *buf, int nbyte) use int
etc.
Attachments
Change History
comment:2 follow-up: ↓ 3 Changed 15 years ago by styx
You'd better provide patches formed by 'git format-patch' command.
comment:3 in reply to: ↑ 2 Changed 15 years ago by pavlinux
Replying to styx:
You'd better provide patches formed by 'git format-patch' command.
No thanks. Source code has been rebased, need too many reworkings. :)
comment:5 Changed 13 years ago by andrew_b
- Branch state set to no branch
- Milestone changed from 4.7 to Future Releases
comment:6 Changed 12 years ago by andrew_b
- Blocked By 2888 added
(In #2888) New branch: 2888_cleanup (parent: master).
Initial changeset:82b70147c3c4c1a8da307e351e93c8bdef06ef9a
comment:8 Changed 12 years ago by andrew_b
- Status changed from new to accepted
- Owner set to andrew_b
- Milestone changed from Future Releases to 4.8.7
comment:9 Changed 12 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset set to committed-master
- Resolution set to fixed
- Branch state changed from no branch to merged
Fixed as part 2888_cleanup and merged to master.
comment:11 Changed 12 years ago by andrew_b
- Status changed from testing to closed
- Keywords stable-candidate removed
- Votes for changeset changed from committed-master to committed-master committed-stable
Fixed as part 2889_cleanup and merged to 4.8.1-stable.