From d7a30653a9ab933051616924c8b0cbdde9ec4998 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Thu, 29 Apr 2004 10:11:03 +0000 Subject: [PATCH] Adjusted the symbol size since on non-32bit architectures a long may be longer than 4 bytes --- module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.h b/module.h index f64a4b6..e001135 100644 --- a/module.h +++ b/module.h @@ -30,7 +30,7 @@ #include -#define MODULE_NAME_LEN (64 - sizeof(unsigned long)) +#define MODULE_NAME_LEN 60 struct kernel_sym {