From d354050ab1d9e4fda9265cd119e9787f39bb6fba Mon Sep 17 00:00:00 2001 From: Marc Dionne Date: Fri, 10 Jun 2011 21:49:58 -0400 Subject: [PATCH] Linux: remove typedef from configure test comment Remove the "typedef" from the structure element configure test comment. The typedef version of the macro is used by the more general element test, so the comment should be more general. This affects comments in src/config/afsconfig.h Change-Id: If5b748e1a63de83e15906fc16e7c94b357c4363c Reviewed-on: http://gerrit.openafs.org/4836 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/cf/linux-test1.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cf/linux-test1.m4 b/src/cf/linux-test1.m4 index 106c5b59a..51238cd65 100644 --- a/src/cf/linux-test1.m4 +++ b/src/cf/linux-test1.m4 @@ -137,6 +137,6 @@ AC_DEFUN([AC_CHECK_LINUX_TYPED_STRUCT], [#include ], [$1 _test; printk("%x\n", &_test.$2); ], AS_TR_CPP($1_HAS_$2), - [Define if kernel typedef'd $1 has the $2 element]) + [Define if kernel $1 has the $2 element]) ]) -- 2.39.5