diff options
| author | Niklas | 2011-10-07 14:07:39 +0200 |
|---|---|---|
| committer | Niklas | 2011-10-07 14:07:39 +0200 |
| commit | 4595eb426c6e22eba62642f4f64b451c43964fc0 (patch) | |
| tree | 34facf89448b624556b783c7c8cf3478367ccc10 /customdhcpcd | |
| parent | modified the check for carrier signal. on autoUp==true: if no interface is in... (diff) | |
| download | fbgui-4595eb426c6e22eba62642f4f64b451c43964fc0.tar.gz fbgui-4595eb426c6e22eba62642f4f64b451c43964fc0.tar.xz fbgui-4595eb426c6e22eba62642f4f64b451c43964fc0.zip | |
renaming of the projekt form LogReceiver into NetworkDiscovery
Diffstat (limited to 'customdhcpcd')
| -rw-r--r-- | customdhcpcd/src/client.c | 1 | ||||
| -rw-r--r-- | customdhcpcd/src/configure.c | 1 | ||||
| -rwxr-xr-x | customdhcpcd/src/customdhcpcd | bin | 179744 -> 0 bytes | |||
| -rw-r--r-- | customdhcpcd/src/dhcpcd.c | 1 | ||||
| -rw-r--r-- | customdhcpcd/src/logwriter.c | 1 | ||||
| -rw-r--r-- | customdhcpcd/src/status.h | 19 |
6 files changed, 0 insertions, 23 deletions
diff --git a/customdhcpcd/src/client.c b/customdhcpcd/src/client.c index ba71ba4..b007fd6 100644 --- a/customdhcpcd/src/client.c +++ b/customdhcpcd/src/client.c @@ -61,7 +61,6 @@ #include "socket.h" #include "logwriter.h" -#include "status.h" #ifdef ENABLE_DUID # include "duid.h" diff --git a/customdhcpcd/src/configure.c b/customdhcpcd/src/configure.c index 1eaf8f6..b69ccdc 100644 --- a/customdhcpcd/src/configure.c +++ b/customdhcpcd/src/configure.c @@ -59,7 +59,6 @@ #include "signal.h" #include "socket.h" -#include "status.h" #include "logwriter.h" static int file_in_path (const char *file) diff --git a/customdhcpcd/src/customdhcpcd b/customdhcpcd/src/customdhcpcd Binary files differdeleted file mode 100755 index 1b80a4d..0000000 --- a/customdhcpcd/src/customdhcpcd +++ /dev/null diff --git a/customdhcpcd/src/dhcpcd.c b/customdhcpcd/src/dhcpcd.c index 9f91239..c200211 100644 --- a/customdhcpcd/src/dhcpcd.c +++ b/customdhcpcd/src/dhcpcd.c @@ -52,7 +52,6 @@ const char copyright[] = "Copyright (c) 2006-2008 Roy Marples"; #include "version.h" #include "logwriter.h" -#include "status.h" static int doversion = 0; static int dohelp = 0; diff --git a/customdhcpcd/src/logwriter.c b/customdhcpcd/src/logwriter.c index 1e34947..d8c3537 100644 --- a/customdhcpcd/src/logwriter.c +++ b/customdhcpcd/src/logwriter.c @@ -17,7 +17,6 @@ #include "info.h" #include "logger.h" #include "logwriter.h" -#include "status.h" #include "../../common/fbgui.h" // for constants /*sockets for the logger and the qt-reader */ diff --git a/customdhcpcd/src/status.h b/customdhcpcd/src/status.h deleted file mode 100644 index 0a1dc8a..0000000 --- a/customdhcpcd/src/status.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * status.h - * - * Created on: Jul 11, 2011 - * Author: niklas - */ - -#ifndef STATUS_H_ -#define STATUS_H_ - -#define DHCPCD_EXIT 9 -#define DHCPCD_ARP_TEST 10 -#define DHCPCD_CONFIGURE 11 -#define DHCPCD_WRITE 12 -#define DHCPCD_LOG 13 - - - -#endif /* STATUS_H_ */ |
