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. STABLE-2_0


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. STABLE-2_0_0_RC2-40-g9792137
Date: Thu, 1 Sep 2016 20:12:41 +0000 (UTC)

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  97921370b4e6745cac0edf03133d87dc4c93dc87 (commit)
      from  b350944b2800e7e9fd953ad5cb247d0492c58f20 (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 97921370b4e6745cac0edf03133d87dc4c93dc87
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Sep 1 22:12:19 2016 +0200

    unix port: move actual port files into separate port/ subdir.
    No more .c files in main unix port dir.

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

Summary of changes:
 ports/unix/Common.mk                          |    2 +-
 ports/unix/README                             |   16 ++++++++--------
 ports/unix/{ => port}/include/arch/cc.h       |    0
 ports/unix/{ => port}/include/arch/perf.h     |    0
 ports/unix/{ => port}/include/arch/sys_arch.h |    0
 ports/unix/{ => port}/include/netif/delif.h   |    0
 ports/unix/{ => port}/include/netif/dropif.h  |    0
 ports/unix/{ => port}/include/netif/fifo.h    |    0
 ports/unix/{ => port}/include/netif/list.h    |    0
 ports/unix/{ => port}/include/netif/pcapif.h  |    0
 ports/unix/{ => port}/include/netif/sio.h     |    0
 ports/unix/{ => port}/include/netif/tapif.h   |    0
 ports/unix/{ => port}/include/netif/tcpdump.h |    0
 ports/unix/{ => port}/include/netif/tunif.h   |    0
 ports/unix/{ => port}/include/netif/unixif.h  |    0
 ports/unix/{ => port}/netif/delif.c           |    0
 ports/unix/{ => port}/netif/fifo.c            |    0
 ports/unix/{ => port}/netif/list.c            |    0
 ports/unix/{ => port}/netif/pcapif.c          |    0
 ports/unix/{ => port}/netif/sio.c             |    0
 ports/unix/{ => port}/netif/tapif.c           |    0
 ports/unix/{ => port}/netif/tcpdump.c         |    0
 ports/unix/{ => port}/netif/tunif.c           |    0
 ports/unix/{ => port}/netif/unixif.c          |    0
 ports/unix/{ => port}/perf.c                  |    0
 ports/unix/{ => port}/sys_arch.c              |    0
 26 files changed, 9 insertions(+), 9 deletions(-)
 rename ports/unix/{ => port}/include/arch/cc.h (100%)
 rename ports/unix/{ => port}/include/arch/perf.h (100%)
 rename ports/unix/{ => port}/include/arch/sys_arch.h (100%)
 rename ports/unix/{ => port}/include/netif/delif.h (100%)
 rename ports/unix/{ => port}/include/netif/dropif.h (100%)
 rename ports/unix/{ => port}/include/netif/fifo.h (100%)
 rename ports/unix/{ => port}/include/netif/list.h (100%)
 rename ports/unix/{ => port}/include/netif/pcapif.h (100%)
 rename ports/unix/{ => port}/include/netif/sio.h (100%)
 rename ports/unix/{ => port}/include/netif/tapif.h (100%)
 rename ports/unix/{ => port}/include/netif/tcpdump.h (100%)
 rename ports/unix/{ => port}/include/netif/tunif.h (100%)
 rename ports/unix/{ => port}/include/netif/unixif.h (100%)
 rename ports/unix/{ => port}/netif/delif.c (100%)
 rename ports/unix/{ => port}/netif/fifo.c (100%)
 rename ports/unix/{ => port}/netif/list.c (100%)
 rename ports/unix/{ => port}/netif/pcapif.c (100%)
 rename ports/unix/{ => port}/netif/sio.c (100%)
 rename ports/unix/{ => port}/netif/tapif.c (100%)
 rename ports/unix/{ => port}/netif/tcpdump.c (100%)
 rename ports/unix/{ => port}/netif/tunif.c (100%)
 rename ports/unix/{ => port}/netif/unixif.c (100%)
 rename ports/unix/{ => port}/perf.c (100%)
 rename ports/unix/{ => port}/sys_arch.c (100%)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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