diff options
Diffstat (limited to 'www/analog/files')
-rw-r--r-- | www/analog/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/analog/files/patch-ac b/www/analog/files/patch-ac new file mode 100644 index 000000000000..6b8da452316b --- /dev/null +++ b/www/analog/files/patch-ac @@ -0,0 +1,13 @@ +--- analhea2.h.orig Sat Apr 19 18:47:26 1997 ++++ analhea2.h Sat Apr 19 18:47:36 1997 +@@ -59,9 +59,9 @@ + #include <ctype.h> + #ifndef NODIRENT + #ifndef VMSDIRENT +-#include <dirent.h> + #include <sys/types.h> + #include <sys/stat.h> ++#include <dirent.h> + #else + #define VMS_FSPEC_MAX 256 + #include <descrip.h> |