| Summary: | includes.h should pull in string.h based on HAVE_STRING_H | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Mike Frysinger <vapier> | ||||||
| Component: | Build system | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | normal | CC: | dtucker | ||||||
| Priority: | P2 | ||||||||
| Version: | 4.6p1 | ||||||||
| Hardware: | Other | ||||||||
| OS: | Linux | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 1305 | ||||||||
| Attachments: |
|
||||||||
|
Description
Mike Frysinger
2007-03-12 06:21:11 AEDT
Created attachment 1247 [details]
openssh-4.6_p1-include-string-header.patch
this applies against both 4.6_p1 and current portable cvs
Created attachment 1248 [details]
Include string.h from *.c files
The intent is that the standard headers get included directly from the .c files where possible.
The attached patch does that for the files you mentioned, are there any others? Thanks.
*shrug* i was just grepping for common mem/str funcs and found those three files ... Patch #1248 was committed a while back and will be in the next major release (4.7). Thanks for the report. Close resolved bugs after release. |