[PATCH] udhcp: remove the declaration of non-existent udhcp_checksum()

Baruch Siach baruch at tkos.co.il
Thu Sep 8 06:07:37 UTC 2011


The udhcp_checksum() routine has been removed in e8f3633 (networking:
consolidate the IP checksum code. -129 bytes.)

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 networking/udhcp/common.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h
index ad6991c..80d97e8 100644
--- a/networking/udhcp/common.h
+++ b/networking/udhcp/common.h
@@ -277,8 +277,6 @@ int FAST_FUNC udhcp_str2nip(const char *str, void *arg);
 /* 2nd param is "struct option_set**" */
 int FAST_FUNC udhcp_str2optset(const char *str, void *arg);
 
-uint16_t udhcp_checksum(void *addr, int count) FAST_FUNC;
-
 void udhcp_init_header(struct dhcp_packet *packet, char type) FAST_FUNC;
 
 int udhcp_recv_kernel_packet(struct dhcp_packet *packet, int fd) FAST_FUNC;
-- 
1.7.5.4



More information about the busybox mailing list