[buildroot 0000417]: makedevs behavior differs from documentation

bugs at busybox.net bugs at busybox.net
Wed Sep 7 18:37:11 UTC 2005


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=417 
====================================================================== 
Reported By:                sho
Assigned To:                uClibc
====================================================================== 
Project:                    buildroot
Issue ID:                   417
Category:                   Other
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             09-07-2005 11:37 PDT
Last Modified:              09-07-2005 11:37 PDT
====================================================================== 
Summary:                    makedevs behavior differs from documentation
Description: 
According to the documentation, the makedevs interprets the value in the
last column of its input file as the number of devices to create. This is
not true, for exampele should the default configuration create hda[1-15],
but hda15 is missing. Changing the statement

  for (i = start; i < count; i++)

in makedevs.c into

  for (i = start; i < start+count; i++)

should fix the problem.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-07-05 11:37  sho            New Issue                                    
09-07-05 11:37  sho            Status                   new => assigned     
09-07-05 11:37  sho            Assigned To               => uClibc          
======================================================================




More information about the uClibc-cvs mailing list