From 4baf136974d8845b7960708b804a87f1e6f512ff Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Sun, 13 Aug 2006 05:52:08 +0000 Subject: [PATCH] linux-updates-20060811 fix for current fc kernels, and clean up linux nfs translator --- src/afs/LINUX/osi_pag_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/LINUX/osi_pag_module.c b/src/afs/LINUX/osi_pag_module.c index f02f36054..0a44eb8f3 100644 --- a/src/afs/LINUX/osi_pag_module.c +++ b/src/afs/LINUX/osi_pag_module.c @@ -48,7 +48,7 @@ MODULE_PARM_DESC(nfs_server_addr, "IP Address of NFS Server"); static char *this_cell = 0; #if defined(module_param_array) && LINUX_VERSION_CODE > KERNEL_VERSION(2,6,9) -module_param_array(this_cell, charp, 0); +module_param(this_cell, charp, 0); #else MODULE_PARM(this_cell, "s"); #endif -- 2.39.5