bug-findutils
[Top][All Lists]
Advanced

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

BUG in findutils 4.1.7


From: Pieter Bowman
Subject: BUG in findutils 4.1.7
Date: Mon, 23 Jul 2001 12:14:54 -0600 (MDT)

The following patch makes findutils work on MacOS X.

*** strtoumax.c.orig    Mon Oct  9 16:56:11 2000
--- strtoumax.c Mon Jul 23 11:08:21 2001
***************
*** 37,47 ****
  # endif
  #endif
  
! #if NEED_STRTOUL_DECL
  unsigned long strtoul PARAMS ((char const *, char **, int));
  #endif
  
! #if NEED_STRTOULL_DECL && HAVE_UNSIGNED_LONG_LONG
  unsigned long long strtoull PARAMS ((char const *, char **, int));
  #endif
  
--- 37,47 ----
  # endif
  #endif
  
! #if HAVE_DECL_STRTOUL - 0 == 0
  unsigned long strtoul PARAMS ((char const *, char **, int));
  #endif
  
! #if HAVE_DECL_STRTOULL - 0 == 0 && HAVE_UNSIGNED_LONG_LONG
  unsigned long long strtoull PARAMS ((char const *, char **, int));
  #endif
  

Pieter



reply via email to

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