summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1997-04-19 18:29:20 +0000
committerPaul Richards <paul@FreeBSD.org>1997-04-19 18:29:20 +0000
commit268e0478c732364b6b7edb101f9815a2e21ff8f1 (patch)
treeef4eaa8e59b675dadc4a02ff07c2b2be56e7c659 /www
parentDo a mkdir -p on the bin directory before installing. (diff)
Move the <dirent.h> include to after <sys/types.h> or it won't compile.
PR: Reviewed by: Submitted by: Obtained from:
Notes
Notes: svn path=/head/; revision=6246
Diffstat (limited to 'www')
-rw-r--r--www/analog/files/patch-ac13
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>