summaryrefslogtreecommitdiff
path: root/www/analog/files/patch-ac
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-05-02 23:16:58 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-05-02 23:16:58 +0000
commitd5dcc1277b3378ed99847967aefd826652c9f175 (patch)
tree63aa4c0a0beafd6dd0c207e2bebc56c52f5e0341 /www/analog/files/patch-ac
parentFix 3 error with login.conf (diff)
Upgrade to 2.11
Notes
Notes: svn path=/head/; revision=6380
Diffstat (limited to 'www/analog/files/patch-ac')
-rw-r--r--www/analog/files/patch-ac34
1 files changed, 21 insertions, 13 deletions
diff --git a/www/analog/files/patch-ac b/www/analog/files/patch-ac
index 6b8da452316b..604396f025a2 100644
--- a/www/analog/files/patch-ac
+++ b/www/analog/files/patch-ac
@@ -1,13 +1,21 @@
---- 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>
+*** analhea2.h.orig Fri Mar 14 20:36:49 1997
+--- analhea2.h Sat May 3 01:28:08 1997
+***************
+*** 81,88 ****
+ #ifndef NODIRENT
+ #ifndef VMSDIRENT
+ #ifndef MACDIRENT
+- #include <dirent.h> /* Normal dirent */
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #else
+ #include "macdir.h" /* Mac dirent */
+--- 81,88 ----
+ #ifndef NODIRENT
+ #ifndef VMSDIRENT
+ #ifndef MACDIRENT
+ #include <sys/types.h>
++ #include <dirent.h> /* Normal dirent */
+ #include <sys/stat.h>
+ #else
+ #include "macdir.h" /* Mac dirent */