Bug 174816

Summary: mkinitrd 5.0.12-1 doesn't compile, simple solution attached
Product: [Fedora] Fedora Reporter: Krzysio (Chris) Leszczynski <chris>
Component: mkinitrdAssignee: Peter Jones <pjones>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 5.0.13-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-03 23:05:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Krzysio (Chris) Leszczynski 2005-12-02 14:52:02 UTC
Here's a patch:

diff -r --context=2 o/mkinitrd-5.0.12/nash/dm.c mkinitrd-5.0.12/nash/dm.c
*** o/mkinitrd-5.0.12/nash/dm.c 2005-11-16 22:54:56.000000000 +0100
--- mkinitrd-5.0.12/nash/dm.c   2005-12-02 15:45:10.000000000 +0100
***************
*** 15,18 ****
--- 15,19 ----
  #include <stdio.h>
  #include <string.h>
+ #include <stdarg.h>

  #include <libdevmapper.h>