1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/textproc/wordnet/files/patch-ab
Steve Price 2a0e4eb412 Adding wordnet version 1.6.
WordNet is a powerful lexical  reference system that combines aspects of
dictionaries  and thesauri  with  current  psycholinguistic theories  of
human lexical memory. It is produced by the Cognitive Science Laboratory
at Princeton University, under the direction of Professor George Miller.

PR:		17016
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-05-01 02:40:51 +00:00

8 lines
173 B
Plaintext

--- src/lib/wnutil.c Thu Feb 19 12:15:09 1998
+++ src/lib/wnutil.c Sat Feb 26 16:14:08 2000
@@ -10,3 +10,3 @@
#ifdef UNIX
-#include <malloc.h>
+#include <stdlib.h>
#endif