lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 678dcc2ca5


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 678dcc2ca5e23e0562cc44c69c605043929b93a7
Date: Mon, 01 Sep 2014 15:31:09 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  678dcc2ca5e23e0562cc44c69c605043929b93a7 (commit)
      from  54d4d9a88180dfb221f3cdcb1289f9989d9ed362 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 678dcc2ca5e23e0562cc44c69c605043929b93a7
Author: goldsimon <address@hidden>
Date:   Mon Sep 1 17:19:08 2014 +0200

    Moved IPv4/IPv6 headers to common include folder, now that their names are 
unique -> no need to add 3 directories to the include path when compiling lwIP

-----------------------------------------------------------------------

Summary of changes:
 src/include/{ipv4 => }/lwip/autoip.h   |    0
 src/include/{ipv6 => }/lwip/dhcp6.h    |    0
 src/include/{ipv6 => }/lwip/ethip6.h   |    0
 src/include/{ipv4 => }/lwip/icmp.h     |    0
 src/include/{ipv6 => }/lwip/icmp6.h    |    0
 src/include/{ipv4 => }/lwip/igmp.h     |    0
 src/include/{ipv4 => }/lwip/inet.h     |    0
 src/include/{ipv6 => }/lwip/inet6.h    |    0
 src/include/{ipv4 => }/lwip/ip4.h      |    0
 src/include/{ipv4 => }/lwip/ip4_addr.h |    0
 src/include/{ipv6 => }/lwip/ip6.h      |    0
 src/include/{ipv6 => }/lwip/ip6_addr.h |    0
 src/include/{ipv6 => }/lwip/ip6_frag.h |    0
 src/include/{ipv4 => }/lwip/ip_frag.h  |    0
 src/include/{ipv6 => }/lwip/mld6.h     |    0
 src/include/{ipv6 => }/lwip/nd6.h      |    0
 16 files changed, 0 insertions(+), 0 deletions(-)
 rename src/include/{ipv4 => }/lwip/autoip.h (100%)
 rename src/include/{ipv6 => }/lwip/dhcp6.h (100%)
 rename src/include/{ipv6 => }/lwip/ethip6.h (100%)
 rename src/include/{ipv4 => }/lwip/icmp.h (100%)
 rename src/include/{ipv6 => }/lwip/icmp6.h (100%)
 rename src/include/{ipv4 => }/lwip/igmp.h (100%)
 rename src/include/{ipv4 => }/lwip/inet.h (100%)
 rename src/include/{ipv6 => }/lwip/inet6.h (100%)
 rename src/include/{ipv4 => }/lwip/ip4.h (100%)
 rename src/include/{ipv4 => }/lwip/ip4_addr.h (100%)
 rename src/include/{ipv6 => }/lwip/ip6.h (100%)
 rename src/include/{ipv6 => }/lwip/ip6_addr.h (100%)
 rename src/include/{ipv6 => }/lwip/ip6_frag.h (100%)
 rename src/include/{ipv4 => }/lwip/ip_frag.h (100%)
 rename src/include/{ipv6 => }/lwip/mld6.h (100%)
 rename src/include/{ipv6 => }/lwip/nd6.h (100%)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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