bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #18227] find -ls does not display device numbers for device nodes.


From: James Youngman
Subject: [bug #18227] find -ls does not display device numbers for device nodes.
Date: Sun, 15 May 2011 21:38:41 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10

Update of bug #18227 (project findutils):

                 Release:                  4.2.28 => 4.1.20                 

    _______________________________________________________

Follow-up Comment #4:

It turns out that this difference is caused by the fact that listfile.c checks
HAVE_ST_RDEV in order to figure out if it can print the major and minor
numbers.   However, the configure script actually defines the preprocessor
macro HAVE_STRUCT_STAT_ST_RDEV to indicate this instead (by calling
AC_CHECK_MEMBERS([struct stat.st_rdev])).

I've updated the check in listfile.c.

HAVE_ST_RDEV was defined by the obsolete Autoconf macro AC_STRUCT_ST_RDEV.  
In other words, this bug was introduced by an Autoconf upgrade which should
have been preceded by a change to use 

I think this bug was introduced in change
5ad489925af16440017573e20f6f53c7d2cd5358:-

commit 5ad489925af16440017573e20f6f53c7d2cd5358
Author: Kevin Dalley <address@hidden>
Date:   Wed Apr 5 07:26:43 2000 +0000

    * configure.in: add Galition and Estonian languages.
    Miscellaneous other fixes.

It turns out that this difference is caused by the fact that listfile.c checks
HAVE_ST_RDEV in order to figure out if it can print the major and minor
numbers.   However, the configure script actually defines the preprocessor
macro HAVE_STRUCT_STAT_ST_RDEV to indicate this instead (by calling
AC_CHECK_MEMBERS([struct stat.st_rdev])).

I've updated the check in listfile.c.

HAVE_ST_RDEV was defined by the obsolete Autoconf macro AC_STRUCT_ST_RDEV.  
In other words, this bug was introduced by an Autoconf upgrade which should
have been preceded by a change to use 

I think this bug was introduced in change
5ad489925af16440017573e20f6f53c7d2cd5358:-

commit 5ad489925af16440017573e20f6f53c7d2cd5358
Author: Kevin Dalley <address@hidden>
Date:   Wed Apr 5 07:26:43 2000 +0000

    * configure.in: add Galition and Estonian languages.
    Miscellaneous other fixes.


Hence this bug probably first affects findutils-4.1.7.






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18227>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]