All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] palo/paloio.c:64: warning: implicit declaration of function 'memcmp'
@ 2013-07-18 14:55 Jeroen Roovers
  2013-07-18 15:43 ` [PATCH] palo/palo.c:482:5: /usr/include/bits/fcntl2.h:50:24: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments Jeroen Roovers
  0 siblings, 1 reply; 4+ messages in thread
From: Jeroen Roovers @ 2013-07-18 14:55 UTC (permalink / raw)
  To: Helge Deller; +Cc: linux-parisc

I have been carrying this patch in the Gentoo repository[1] for quite a
while now.

[1]
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-boot/palo/files/palo-1.18-include.patch?view=log

Add missing include for memcmp.

Signed-off-by: Jeroen Roovers <jer@gentoo.org>

diff --git a/palo/paloio.c b/palo/paloio.c
index 518c6a5..64e8e45 100644
--- a/a/palo/paloio.c
+++ b/b/palo/paloio.c
@@ -7,6 +7,7 @@
  */
 #include <unistd.h>
 #include <stdio.h>
+#include <string.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>

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

end of thread, other threads:[~2013-07-21 14:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-18 14:55 [PATCH] palo/paloio.c:64: warning: implicit declaration of function 'memcmp' Jeroen Roovers
2013-07-18 15:43 ` [PATCH] palo/palo.c:482:5: /usr/include/bits/fcntl2.h:50:24: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments Jeroen Roovers
2013-07-20 19:53   ` Helge Deller
2013-07-21 14:13     ` Jeroen Roovers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.