diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-23 13:25:46 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-23 13:25:46 -0800 |
commit | 4acb3d81f3657598fbc18461ed5ad4afe24922fe (patch) | |
tree | c54492bac9bc584e5ffd9240f808eb90c82264c0 /netcon | |
parent | bee44ae731b3d02b2cc996199a5077895476104a (diff) | |
download | infinitytier-4acb3d81f3657598fbc18461ed5ad4afe24922fe.tar.gz infinitytier-4acb3d81f3657598fbc18461ed5ad4afe24922fe.zip |
Rename Common to common.inc.c to indicate that this is an included C file not a primary build C file.
Diffstat (limited to 'netcon')
-rw-r--r-- | netcon/Intercept.c | 3 | ||||
-rw-r--r-- | netcon/NetconEthernetTap.cpp | 2 | ||||
-rw-r--r-- | netcon/common.inc.c (renamed from netcon/Common.c) | 0 |
3 files changed, 3 insertions, 2 deletions
diff --git a/netcon/Intercept.c b/netcon/Intercept.c index 49c41da6..66dd6a59 100644 --- a/netcon/Intercept.c +++ b/netcon/Intercept.c @@ -50,7 +50,8 @@ #include <arpa/inet.h> #include "Intercept.h" -#include "Common.c" + +#include "common.inc.c" #ifdef CHECKS #include <sys/resource.h> diff --git a/netcon/NetconEthernetTap.cpp b/netcon/NetconEthernetTap.cpp index f75cb50a..9035c6ef 100644 --- a/netcon/NetconEthernetTap.cpp +++ b/netcon/NetconEthernetTap.cpp @@ -49,7 +49,7 @@ #include "lwip/ip_frag.h" #include "lwip/tcp.h" -#include "Common.c" +#include "common.inc.c" #define APPLICATION_POLL_FREQ 20 #define ZT_LWIP_TCP_TIMER_INTERVAL 5 diff --git a/netcon/Common.c b/netcon/common.inc.c index 2a852b67..2a852b67 100644 --- a/netcon/Common.c +++ b/netcon/common.inc.c |