Loading crypto/LPdir_unix.c +7 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ #include <stddef.h> #include <stdlib.h> #include <limits.h> #include <string.h> #include <sys/types.h> #include <dirent.h> Loading @@ -35,6 +36,12 @@ #include "LPdir.h" #endif #if defined(NAME_MAX) && NAME_MAX<255 /* HP-UX offers 14 for NAME_MAX, which is far from enough */ # undef NAME_MAX # define NAME_MAX 255 #endif struct LP_dir_context_st { DIR *dir; Loading Loading
crypto/LPdir_unix.c +7 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ #include <stddef.h> #include <stdlib.h> #include <limits.h> #include <string.h> #include <sys/types.h> #include <dirent.h> Loading @@ -35,6 +36,12 @@ #include "LPdir.h" #endif #if defined(NAME_MAX) && NAME_MAX<255 /* HP-UX offers 14 for NAME_MAX, which is far from enough */ # undef NAME_MAX # define NAME_MAX 255 #endif struct LP_dir_context_st { DIR *dir; Loading