projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4911e67
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sun, 12 Aug 2001 18:46:25 +0000
(18:46 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 12 Aug 2001 18:46:25 +0000
(18:46 +0000)
old/sh-utils/ChangeLog
patch
|
blob
|
history
diff --git
a/old/sh-utils/ChangeLog
b/old/sh-utils/ChangeLog
index
bf7030d
..
9a2e9ce
100644
(file)
--- a/
old/sh-utils/ChangeLog
+++ b/
old/sh-utils/ChangeLog
@@
-2,6
+2,8
@@
* src/pathchk.c (PATH_MAX_FOR): Use pathconf via wrapper.
(NAME_MAX_FOR): Likewise.
+ Guard the above pathconf-using definitions with `#if HAVE_PATHCONF'
+ rather than with `#ifdef _POSIX_VERSION'.
(pathconf_wrapper): New function.
(validate_path): Declare length variables to be `long', not `int'.
Adjust corresponding printf-style specs to use %ld.