summaryrefslogtreecommitdiff
path: root/cad/xcircuit/files/patch-ae
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-12-22 16:26:09 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-12-22 16:26:09 +0000
commit22696635ad1338f3732081512b7e13fc743c2646 (patch)
tree85c350dbfec1a08fee405d1a94505bb825b84530 /cad/xcircuit/files/patch-ae
parentUpdate to 1.2.6 (diff)
Update to version 2.2.0
PR: 23757 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=36230
Diffstat (limited to 'cad/xcircuit/files/patch-ae')
-rw-r--r--cad/xcircuit/files/patch-ae28
1 files changed, 6 insertions, 22 deletions
diff --git a/cad/xcircuit/files/patch-ae b/cad/xcircuit/files/patch-ae
index 7a9cd82919ee..0a7ec8d2c796 100644
--- a/cad/xcircuit/files/patch-ae
+++ b/cad/xcircuit/files/patch-ae
@@ -1,8 +1,8 @@
-*** filelist.c.orig Thu May 4 06:58:52 2000
---- filelist.c Fri Oct 13 04:55:01 2000
+*** filelist.c.orig Tue Dec 19 01:31:32 2000
+--- filelist.c Wed Dec 20 02:58:35 2000
***************
-*** 5,12 ****
---- 5,19 ----
+*** 5,11 ****
+--- 5,13 ----
#include <stdio.h>
#include <string.h>
@@ -10,21 +10,5 @@
#include <malloc.h>
+ #endif
#include <sys/types.h>
-+ #ifdef __FreeBSD__
-+ #include <dirent.h>
-+ #include <unistd.h>
-+ #define direct dirent
-+ #else
- #ifdef linux
- #include <dirent.h>
- #include <linux/unistd.h>
-***************
-*** 19,24 ****
---- 26,32 ----
- #else
- #include <stdlib.h>
- #include <sys/dir.h>
-+ #endif
- #endif
- #endif
- #include <sys/stat.h>
+
+ #ifdef HAVE_DIRENT_H