lwIP - A Lightweight TCP/IP stack - Patches: patch #8570, ppp/ipcp.c: use uint32_t instead...
You are not allowed to post comments on this tracker with your current authentication level.
patch #8570: ppp/ipcp.c: use uint32_t instead of u_int32_t
| Submitter: | chrysn <chrysn> | ||
| Submitted: | Tue 11 Nov 2014 03:09:07 PM UTC | ||
| Category: | PPP | Priority: | 5 - Normal |
| Status: | Done | Privacy: | Public |
| Assigned to: | gradator | Open/Closed: | Closed |
| Planned Release: | None | ||
|
Tue 11 Nov 2014 03:54:15 PM UTC, comment #1: |
Sylvain Rochet <gradator> |
|
Tue 11 Nov 2014 03:09:07 PM UTC, original submission:
|
chrysn <chrysn> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 4 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2014-11-11 | gradator | Status | None | Done | |
| Assigned to | None | gradator | |||
| Open/Closed | Open | Closed | |||
| 2014-11-11 | chrysn | Attached File | - | Added 0001-ppp-ipcp.c-use-uint32_t-instead-of-u_int32_t.patch, #32420 |
Powered by Savane 3.12.
Corresponding source code

Indeed, changed to lwIP internal type u32_t.
Thank you :)