linux-hams.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] daemon.c: Include <fcntl.h> for open()
@ 2016-01-03 10:25 Felix Janda
  2016-01-03 10:33 ` Stuart Longland
  0 siblings, 1 reply; 3+ messages in thread
From: Felix Janda @ 2016-01-03 10:25 UTC (permalink / raw)
  To: linux-hams

Fixes compilation with the musl c library

Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
 daemon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/daemon.c b/daemon.c
index 01511b6..0028c0f 100644
--- a/daemon.c
+++ b/daemon.c
@@ -1,3 +1,4 @@
+#include <fcntl.h>
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
-- 
2.4.10

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

* Re: [PATCH] daemon.c: Include <fcntl.h> for open()
  2016-01-03 10:25 [PATCH] daemon.c: Include <fcntl.h> for open() Felix Janda
@ 2016-01-03 10:33 ` Stuart Longland
  2016-01-03 10:43   ` Felix Janda
  0 siblings, 1 reply; 3+ messages in thread
From: Stuart Longland @ 2016-01-03 10:33 UTC (permalink / raw)
  To: Felix Janda, linux-hams

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

On 03/01/16 20:25, Felix Janda wrote:
> Fixes compilation with the musl c library
> 
> Signed-off-by: Felix Janda <felix.janda@posteo.de>
> ---
>  daemon.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/daemon.c b/daemon.c

What repository did that 'daemon.c' come from?

-- 
Stuart Longland (aka Redhatter, VK4MSL)

I haven't lost my mind...
  ...it's backed up on a tape somewhere.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [PATCH] daemon.c: Include <fcntl.h> for open()
  2016-01-03 10:33 ` Stuart Longland
@ 2016-01-03 10:43   ` Felix Janda
  0 siblings, 0 replies; 3+ messages in thread
From: Felix Janda @ 2016-01-03 10:43 UTC (permalink / raw)
  To: Stuart Longland; +Cc: linux-hams

Stuart Longland wrote:
> On 03/01/16 20:25, Felix Janda wrote:
> > Fixes compilation with the musl c library
> > 
> > Signed-off-by: Felix Janda <felix.janda@posteo.de>
> > ---
> >  daemon.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/daemon.c b/daemon.c
> 
> What repository did that 'daemon.c' come from?

Oh, sorry. It is libax25.

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

end of thread, other threads:[~2016-01-03 10:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-03 10:25 [PATCH] daemon.c: Include <fcntl.h> for open() Felix Janda
2016-01-03 10:33 ` Stuart Longland
2016-01-03 10:43   ` Felix Janda

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).