[OpenAFS-devel] jan 14 snapshot -- page_follow_link test still doesn't test

Matthew Miller mattdm@mattdm.org
Fri, 14 Jan 2005 13:01:37 -0500


--lrZ03NoBR/3+SXJZ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Fri, Jan 14, 2005 at 12:44:22PM -0500, Matthew Miller wrote:
> (gcc-3.4.2 on Fedora Core 3). Still needs attached patch to make the test

(Attached. Sorry, I keep doing that.)


-- 
Matthew Miller           mattdm@mattdm.org        <http://www.mattdm.org/>
Boston University Linux      ------>                <http://linux.bu.edu/>

--lrZ03NoBR/3+SXJZ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="openafs-1.3.77+-pagefollowlinkfix.patch"

--- openafs-1.3.77/src/cf/linux-test3.m4.pagefollowlinkfix	2005-01-04 15:53:59.876475395 -0500
+++ openafs-1.3.77/src/cf/linux-test3.m4	2005-01-04 15:56:07.104503809 -0500
@@ -116,7 +116,7 @@
 AC_DEFUN([LINUX_KERNEL_PAGE_FOLLOW_LINK],[
 AC_MSG_CHECKING(for page_follow_link_light vs page_follow_link)
 save_CPPFLAGS="$CPPFLAGS"
-CPPFLAGS="-I${LINUX_KERNEL_PATH}/include -D__KERNEL__ $CPPFLAGS"
+CPPFLAGS="-Werror-implicit-function-declaration -I${LINUX_KERNEL_PATH}/include -D__KERNEL__ $CPPFLAGS"
 AC_CACHE_VAL(ac_cv_linux_kernel_page_follow_link,
 [
 AC_TRY_COMPILE(

--lrZ03NoBR/3+SXJZ--