ell.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ell: add missing include in dhcp-server.
@ 2020-11-30 21:40 =?unknown-8bit?q?=C3=89rico?= Nogueira
  2020-11-30 21:43 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: =?unknown-8bit?q?=C3=89rico?= Nogueira @ 2020-11-30 21:40 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 444 bytes --]

This is v2 only because I'm attempting to send it again.

Hope it works!

 ell/dhcp-server.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ell/dhcp-server.c b/ell/dhcp-server.c
index c983ed4..144e83e 100644
--- a/ell/dhcp-server.c
+++ b/ell/dhcp-server.c
@@ -24,6 +24,7 @@
 #include <config.h>
 #endif
 
+#include <linux/types.h>
 #include <net/ethernet.h>
 #include <sys/socket.h>
 #include <arpa/inet.h>
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] ell: add missing include in dhcp-server.
  2020-11-30 21:40 [PATCH v2] ell: add missing include in dhcp-server =?unknown-8bit?q?=C3=89rico?= Nogueira
@ 2020-11-30 21:43 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2020-11-30 21:43 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

Hi Érico,

On 11/30/20 3:40 PM, Érico Nogueira wrote:
> This is v2 only because I'm attempting to send it again.
> 
> Hope it works!

Sort of.  git am applied this cleanly, but ...

> 
>   ell/dhcp-server.c | 1 +
>   1 file changed, 1 insertion(+)
> 

this metadata and above lines starting with 'This is v2...' became part of the 
patch description when applied.  Anyway, I hand-edited this out and applied.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-30 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30 21:40 [PATCH v2] ell: add missing include in dhcp-server =?unknown-8bit?q?=C3=89rico?= Nogueira
2020-11-30 21:43 ` Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).