diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | dln_find.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ Fri Dec 10 20:05:42 2010 Nobuyoshi Nakada <[email protected]> * template/id.h.tmpl (ruby_method_ids): suppress warnings. @@ -57,7 +57,7 @@ void *xrealloc(); #include <sys/stat.h> #ifndef S_ISDIR -# define S_ISDIR(m) ((m & S_IFMT) == S_IFDIR) #endif #ifdef HAVE_SYS_PARAM_H |