diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-13 11:03:38 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-13 11:03:38 +0000 |
commit | 6dc53110f30d6b433f12d60f9e1f3047503c1edf (patch) | |
tree | 857a84df3b1864081129dda6117ea28fbfb007db /wordnet-3.0-src_stubs_c.patch | |
parent | 9922d4926395d75a6d334cad1ba2233febd52aa5 (diff) |
automatic import of wordnetopeneuler23.03
Diffstat (limited to 'wordnet-3.0-src_stubs_c.patch')
-rw-r--r-- | wordnet-3.0-src_stubs_c.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/wordnet-3.0-src_stubs_c.patch b/wordnet-3.0-src_stubs_c.patch new file mode 100644 index 0000000..29c42de --- /dev/null +++ b/wordnet-3.0-src_stubs_c.patch @@ -0,0 +1,12 @@ +diff -urNad wordnet-3.0/src/stubs.c.orig wordnet-3.0/src/stubs.c +--- wordnet-3.0/src/stubs.c.orig 2007-01-04 18:47:55.000000000 +0100 ++++ wordnet-3.0/src/stubs.c 2007-01-20 19:01:19.000000000 +0100 +@@ -14,7 +14,7 @@ + #include <tk.h> + #include <wn.h> + +-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]; + |