aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modutils/modprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c
index 5d6c8f3ce..0d9ea24d0 100644
--- a/modutils/modprobe.c
+++ b/modutils/modprobe.c
@@ -115,7 +115,7 @@ static struct dep_t *build_dep ( void )
115 struct utsname un; 115 struct utsname un;
116 struct dep_t *first = 0; 116 struct dep_t *first = 0;
117 struct dep_t *current = 0; 117 struct dep_t *current = 0;
118 char buffer[256]; 118 char buffer[2048];
119 char *filename = buffer; 119 char *filename = buffer;
120 int continuation_line = 0; 120 int continuation_line = 0;
121 121