summaryrefslogtreecommitdiffstats
path: root/customdhcpcd
diff options
context:
space:
mode:
Diffstat (limited to 'customdhcpcd')
-rw-r--r--customdhcpcd/src/client.c1
-rw-r--r--customdhcpcd/src/configure.c1
-rwxr-xr-xcustomdhcpcd/src/customdhcpcdbin179744 -> 0 bytes
-rw-r--r--customdhcpcd/src/dhcpcd.c1
-rw-r--r--customdhcpcd/src/logwriter.c1
-rw-r--r--customdhcpcd/src/status.h19
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
deleted file mode 100755
index 1b80a4d..0000000
--- a/customdhcpcd/src/customdhcpcd
+++ /dev/null
Binary files differ
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_ */