diff options
Diffstat (limited to 'app-dicts/wordnet/files')
-rw-r--r-- | app-dicts/wordnet/files/wordnet-3.0-src_stubs_c.patch (renamed from app-dicts/wordnet/files/wordnet-3.0-stubs_c.patch) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/wordnet/files/wordnet-3.0-stubs_c.patch b/app-dicts/wordnet/files/wordnet-3.0-src_stubs_c.patch index e2d11561dca5..29c42dea9c35 100644 --- a/app-dicts/wordnet/files/wordnet-3.0-stubs_c.patch +++ b/app-dicts/wordnet/files/wordnet-3.0-src_stubs_c.patch @@ -5,8 +5,8 @@ diff -urNad wordnet-3.0/src/stubs.c.orig wordnet-3.0/src/stubs.c #include <tk.h> #include <wn.h> --static char *Id = "$Id: wordnet-3.0-stubs_c.patch,v 1.1 2015/03/19 14:32:00 jlec Exp $"; -+static const char Id[] = "$Id: wordnet-3.0-stubs_c.patch,v 1.1 2015/03/19 14:32:00 jlec Exp $"; +-static char *Id = "$Id: stubs.c,v 1.7 2005/04/29 19:01:57 wn Exp $"; ++static const char Id[] = "$Id: stubs.c,v 1.7 2005/04/29 19:01:57 wn Exp $"; static char resultbuf[SEARCHBUF]; |