| Summary: | bootpd/tools/bootptest/print-bootp.c - incorrect printf format | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Dan Lukes <dan> | ||||
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.4-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Dan Lukes
2001-09-27 09:00:02 UTC
State Changed From-To: open->closed This, and a selection of other compiler warnings are fixed now. Note that it is necessary to cast the return from ntohl() before passing it to printf(), since its return type is uint32_t. |