aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-08-22 09:17:10 +0100
committerRon Yorston <rmy@pobox.com>2021-08-22 09:17:10 +0100
commit46c5767e7e39d1e173e382bda86ab88b4cad354d (patch)
treed22c7f2376527aebd556eec36e115f037f8a467e /networking
parentf13defb1c8f892ecf3e8dd5dbe486cc2b53e6f03 (diff)
parent74c4f356aee9c64978a881e5760055d0e3510a6a (diff)
downloadbusybox-w32-46c5767e7e39d1e173e382bda86ab88b4cad354d.tar.gz
busybox-w32-46c5767e7e39d1e173e382bda86ab88b4cad354d.tar.bz2
busybox-w32-46c5767e7e39d1e173e382bda86ab88b4cad354d.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'networking')
-rw-r--r--networking/udhcp/common.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h
index 8c678dd32..ca778dab8 100644
--- a/networking/udhcp/common.h
+++ b/networking/udhcp/common.h
@@ -304,18 +304,6 @@ void udhcp_dump_packet(struct dhcp_packet *packet) FAST_FUNC;
304# define log3s(msg) ((void)0) 304# define log3s(msg) ((void)0)
305#endif 305#endif
306 306
307#if defined(__mips__)
308/*
309 * The 'simple' message functions have a negative impact on the size of the
310 * DHCP code when compiled for MIPS, so don't use them in this case.
311 */
312#define bb_simple_info_msg bb_info_msg
313#define bb_simple_error_msg bb_error_msg
314#define bb_simple_perror_msg_and_die bb_perror_msg_and_die
315#undef log1s
316#define log1s log1
317#endif
318
319/*** Other shared functions ***/ 307/*** Other shared functions ***/
320 308
321/* 2nd param is "uint32_t*" */ 309/* 2nd param is "uint32_t*" */