lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #8570] ppp/ipcp.c: use uint32_t instead of u_int32_t


From: chrysn
Subject: [lwip-devel] [patch #8570] ppp/ipcp.c: use uint32_t instead of u_int32_t
Date: Tue, 11 Nov 2014 15:09:08 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/601.1 (KHTML, like Gecko) Version/8.0 Safari/601.1 Debian/unstable (3.14.1-1) Epiphany/3.14.1

URL:
  <http://savannah.nongnu.org/patch/?8570>

                 Summary: ppp/ipcp.c: use uint32_t instead of u_int32_t
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: chrysn
            Submitted on: Tue 11 Nov 2014 15:09:07 GMT
                Category: PPP
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

> the style u_int32_t is not used anywhere else in the project, and is not
> supported by the c standard (as opposed to uint32_t, which should come
> from stdint.h). it was introduced in 25e398a.

if ipcp.c is tightly coupled with a pppd upstream, it might be a better idea
to typedef u_int32_t at the beginning of the file, but otherwise, this seems
to be the clean solution.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 11 Nov 2014 15:09:07 GMT  Name:
0001-ppp-ipcp.c-use-uint32_t-instead-of-u_int32_t.patch  Size: 860B   By:
chrysn

<http://savannah.nongnu.org/patch/download.php?file_id=32420>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?8570>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]