* [PATCH] fdisk: aix: fix warning
@ 2012-08-08 11:48 Davidlohr Bueso
2012-08-13 12:50 ` Karel Zak
0 siblings, 1 reply; 2+ messages in thread
From: Davidlohr Bueso @ 2012-08-08 11:48 UTC (permalink / raw)
To: Karel Zak; +Cc: util-linux
From: Davidlohr Bueso <dave@gnu.org>
Fixes:
warning: no previous prototype for ‘aix_nolabel’
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
---
fdisks/fdiskaixlabel.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/fdisks/fdiskaixlabel.c b/fdisks/fdiskaixlabel.c
index 0f249a4..6fe7b59 100644
--- a/fdisks/fdiskaixlabel.c
+++ b/fdisks/fdiskaixlabel.c
@@ -38,8 +38,7 @@ aix_info( void ) {
);
}
-void
-aix_nolabel(struct fdisk_context *cxt)
+static void aix_nolabel(struct fdisk_context *cxt)
{
struct aix_partition *aixlabel = (struct aix_partition *) cxt->firstsector;
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fdisk: aix: fix warning
2012-08-08 11:48 [PATCH] fdisk: aix: fix warning Davidlohr Bueso
@ 2012-08-13 12:50 ` Karel Zak
0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2012-08-13 12:50 UTC (permalink / raw)
To: Davidlohr Bueso; +Cc: util-linux
On Wed, Aug 08, 2012 at 01:48:28PM +0200, Davidlohr Bueso wrote:
> fdisks/fdiskaixlabel.c | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
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:[~2012-08-13 12:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08 11:48 [PATCH] fdisk: aix: fix warning Davidlohr Bueso
2012-08-13 12:50 ` Karel Zak
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).