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

* Re: [PATCH] sfdisk: include rpmatch.h
  2015-02-15  0:52 [PATCH] sfdisk: include rpmatch.h Sami Kerola
@ 2015-02-16 10:09 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2015-02-16 10:09 UTC (permalink / raw)
  To: Sami Kerola; +Cc: util-linux

On Sun, Feb 15, 2015 at 12:52:49AM +0000, Sami Kerola wrote:
>  disk-utils/sfdisk.c | 1 +
>  1 file changed, 1 insertion(+)

 Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[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