aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 1721172e0d6..b19ed384754 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -3295,7 +3295,7 @@ closedir (dirp)
3295 /* Some systems (like Solaris) allocate the buffer and the DIR all 3295 /* Some systems (like Solaris) allocate the buffer and the DIR all
3296 in one block. Why in the world are we freeing this ourselves 3296 in one block. Why in the world are we freeing this ourselves
3297 anyway? */ 3297 anyway? */
3298#if ! (defined (sun) && defined (USG5_4)) 3298#if ! defined (SOLARIS2)
3299 xfree ((char *) dirp->dd_buf); /* directory block defined in <dirent.h> */ 3299 xfree ((char *) dirp->dd_buf); /* directory block defined in <dirent.h> */
3300#endif 3300#endif
3301 xfree ((char *) dirp); 3301 xfree ((char *) dirp);