Details
Details
- Reviewers
allanjude cperciva oshogbo - Commits
- rS304691: bspatch: apply style(9)
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
usr.bin/bsdiff/bspatch/bspatch.c | ||
---|---|---|
148–151 ↗ | (On Diff #19580) | this change (and a similar one for newfd) is not specifically a style(9) change but is a small refactoring also to reduce later capsicum changes |
Comment Actions
Thank you for doing this.
usr.bin/bsdiff/bspatch/bspatch.c | ||
---|---|---|
117 ↗ | (On Diff #19580) | space in the wrong position |
usr.bin/bsdiff/bspatch/bspatch.c | ||
---|---|---|
36 ↗ | (On Diff #19587) | Maybe: #include <bzlib.h> |
58 ↗ | (On Diff #19587) | return (y); |
71 ↗ | (On Diff #19587) | I know that is not direct connected by maybe: FILE *f, *cpf, *dpf, *epf; |
227 ↗ | (On Diff #19587) | return (0); |