On Tue, Jul 27, 2021 at 12:17:38PM -0600, Florian Obser wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [email protected] 2021/07/27 12:17:38
>
> Modified files:
> sbin/dhcpleased: frontend.c
>
> Log message:
> Please muscle memory when dhclient $if is run and request a new lease.
> An upcoming diff for dhclient(8) will make it exit when it discovers
> an autoconf flag at startup.
> "Quite a pleasing diff." deraadt@
>
This commit broke the SMALL build. Is this the appropriate fix?
Index: dhcpleased.h
===================================================================
RCS file: /cvs/src/sbin/dhcpleased/dhcpleased.h,v
retrieving revision 1.8
diff -u -p -r1.8 dhcpleased.h
--- dhcpleased.h 26 Jul 2021 09:26:36 -0000 1.8
+++ dhcpleased.h 28 Jul 2021 06:45:05 -0000
@@ -190,7 +190,6 @@ enum imsg_type {
#ifndef SMALL
IMSG_CTL_LOG_VERBOSE,
IMSG_CTL_SHOW_INTERFACE_INFO,
- IMSG_CTL_SEND_REQUEST,
IMSG_CTL_RELOAD,
IMSG_CTL_END,
IMSG_RECONF_CONF,
@@ -199,6 +198,7 @@ enum imsg_type {
IMSG_RECONF_C_ID,
IMSG_RECONF_END,
#endif /* SMALL */
+ IMSG_CTL_SEND_REQUEST,
IMSG_SEND_DISCOVER,
IMSG_SEND_REQUEST,
IMSG_SOCKET_IPC,