From 1d2948c2da8c19f681daa26da2fc312b5fc697a2 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sat, 5 Aug 2000 09:51:19 +0000 Subject: 12549: Typo in 12547. --- Src/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/system.h') diff --git a/Src/system.h b/Src/system.h index ba83e005e..1810c525f 100644 --- a/Src/system.h +++ b/Src/system.h @@ -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) */ -- cgit 1.4.1