summaryrefslogtreecommitdiff
path: root/editors/gate/files/patch-ae
blob: dd8ec283c140dc3585bd33930423d1c18ddf8e86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- spel.c.orig	Mon Jul 17 23:14:49 2000
+++ spel.c	Mon Jul 17 23:15:57 2000
@@ -9,7 +9,7 @@
 typedef struct dirent dirent;
 #define dnamlen(d) strlen(d->d_name)
 #else
-#include <sys/dir.h>
+#include <dirent.h>
 typedef struct direct dirent;
 #define dnamlen(d) (d->d_namlen)
 #endif
@@ -298,7 +298,7 @@
 #ifdef DICT_DIR
 char buf[BUFSIZE+1];
 DIR *ispd;
-dirent *de;
+struct dirent *de;
 int n= 0;
 int namlen;