diff options
Diffstat (limited to 'textproc/wordnet/files/patch-ae')
-rw-r--r-- | textproc/wordnet/files/patch-ae | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/wordnet/files/patch-ae b/textproc/wordnet/files/patch-ae new file mode 100644 index 000000000000..38d94675e1a8 --- /dev/null +++ b/textproc/wordnet/files/patch-ae @@ -0,0 +1,9 @@ +--- src/lib/search.c Tue Jun 19 11:02:47 2001 ++++ src/lib/search.c Tue Oct 30 23:11:26 2001 +@@ -2051,5 +2051,5 @@ + passed and return bit mask. */ + +-unsigned int is_defined(char *searchstr, int dbase) ++unsigned long is_defined(char *searchstr, int dbase) + { + IndexPtr index; |