forked from Lainports/freebsd-ports
(wrong resourcedir specified). Don't install second copies of some man-pages under share/. Verify build on -current -- with the new bsd.lib.mk (ports/40174). PR: ports/40174, ports/41339 Submitted by: Sid Carter, Maxim Tulyuk
7 lines
299 B
Text
7 lines
299 B
Text
--- include/wn.h Thu Mar 7 14:59:59 2002
|
|
+++ include/wn.h Tue Aug 20 11:24:43 2002
|
|
@@ -32,3 +32,3 @@
|
|
/* Set bit for each search type that is valid for the search word
|
|
passed and return bit mask. */
|
|
-extern unsigned int is_defined(char *, int);
|
|
+extern unsigned long is_defined(char *, int);
|