diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-20 21:43:03 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-20 21:43:03 +0000 |
commit | 82795ec8b0d35455ab762ae99ac7f1a03eda5633 (patch) | |
tree | 4691e64ea900bcbcdd066a55fcd8e6cb134382a7 /cad/xcircuit/files/patch-ae | |
parent | move variable - portlint (diff) |
Update port to 2.0b4
PR: 17459
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'cad/xcircuit/files/patch-ae')
-rw-r--r-- | cad/xcircuit/files/patch-ae | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/cad/xcircuit/files/patch-ae b/cad/xcircuit/files/patch-ae index d54161f178c1..f50f1bce8e18 100644 --- a/cad/xcircuit/files/patch-ae +++ b/cad/xcircuit/files/patch-ae @@ -1,8 +1,8 @@ -*** filelist.c.orig Thu Jan 6 03:16:39 2000 ---- filelist.c Fri Jan 21 12:00:00 2000 +*** filelist.c.orig Tue Feb 29 23:35:01 2000 +--- filelist.c Mon Mar 13 02:23:41 2000 *************** -*** 5,11 **** ---- 5,13 ---- +*** 5,12 **** +--- 5,19 ---- #include <stdio.h> #include <string.h> @@ -10,5 +10,11 @@ #include <malloc.h> + #endif #include <sys/types.h> ++ #ifdef __FreeBSD__ ++ #include <dirent.h> ++ #include <unistd.h> ++ #define direct dirent ++ #endif #ifdef linux #include <dirent.h> + #include <linux/unistd.h> |