1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-29 05:21:00 +01:00

12549: Typo in 12547.

This commit is contained in:
Bart Schaefer 2000-08-05 09:51:19 +00:00
parent 1859bb2d0a
commit 1d2948c2da
2 changed files with 5 additions and 1 deletions

View file

@ -207,7 +207,7 @@ struct timezone {
#ifndef HAVE_PATHCONF
# define zpathmax(X) ((long)((strlen(X) >= PATH_MAX) ? \
((errno = ENAMETOOLONG), -1) : \
((errno = 0), PATH_MAX))
((errno = 0), PATH_MAX)))
#endif
/* we should be getting this value from sysconf(_SC_OPEN_MAX) */