diff options
author | anton <anton@cvs.openbsd.org> | 2021-07-28 07:57:11 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2021-07-28 07:57:11 +0000 |
commit | e33dc08077b5beea788de32f74dfe05d7dc70501 (patch) | |
tree | 6e4d442eba062a318831194caafc1eb9610ce103 /sbin | |
parent | 81f278baba9e43e2613d097f1540227e4d84b550 (diff) |
fix broken small build; ok florian@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dhcpleased/dhcpleased.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhcpleased/dhcpleased.h b/sbin/dhcpleased/dhcpleased.h index e65300abf29..c436558bc82 100644 --- a/sbin/dhcpleased/dhcpleased.h +++ b/sbin/dhcpleased/dhcpleased.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpleased.h,v 1.8 2021/07/26 09:26:36 florian Exp $ */ +/* $OpenBSD: dhcpleased.h,v 1.9 2021/07/28 07:57:10 anton Exp $ */ /* * Copyright (c) 2017, 2021 Florian Obser <florian@openbsd.org> @@ -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, |