diff options
Diffstat (limited to 'textproc/wordnet/files/patch-lib__wnrtl.c')
-rw-r--r-- | textproc/wordnet/files/patch-lib__wnrtl.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/wordnet/files/patch-lib__wnrtl.c b/textproc/wordnet/files/patch-lib__wnrtl.c new file mode 100644 index 0000000..285783c --- /dev/null +++ b/textproc/wordnet/files/patch-lib__wnrtl.c @@ -0,0 +1,17 @@ +--- lib/wnrtl.c Fri May 6 13:17:39 2005 ++++ lib/wnrtl.c Wed Dec 21 00:21:04 2005 +@@ -8,5 +8,5 @@ + #include "wn.h" + +-static char *Id = "$Id: wnrtl.c,v 1.8 2005/01/27 17:33:54 wn Rel $"; ++__FBSDID("$Id: wnrtl.c,v 1.8 2005/01/27 17:33:54 wn Rel $"); + + /* Search code variables and flags */ +@@ -43,6 +43,5 @@ + Default function provided in library returns -1 */ + +-int default_display_message(char *); +-int (*display_message)(char *) = default_display_message; ++int (*display_message)(const char *) = default_display_message; + + /* |