Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH] sfdisk: include rpmatch.h
@ 2015-02-15  0:52 Sami Kerola
  2015-02-16 10:09 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Sami Kerola @ 2015-02-15  0:52 UTC (permalink / raw)
  To: util-linux; +Cc: Sami Kerola

Some libc's do not have rpmatch(), and they need the workaround in the
header file.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
---
 disk-utils/sfdisk.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c
index b10c004..b7d4480 100644
--- a/disk-utils/sfdisk.c
+++ b/disk-utils/sfdisk.c
@@ -40,6 +40,7 @@
 #include "colors.h"
 #include "blkdev.h"
 #include "all-io.h"
+#include "rpmatch.h"
 
 #include "libfdisk.h"
 #include "fdisk-list.h"
-- 
2.3.0


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

end of thread, other threads:[~2015-02-16 10:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-15  0:52 [PATCH] sfdisk: include rpmatch.h Sami Kerola
2015-02-16 10:09 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox