diff options
-rw-r--r-- | modutils/modprobe.c | 2 |
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 ) struct utsname un; struct dep_t *first = 0; struct dep_t *current = 0; - char buffer[256]; + char buffer[2048]; char *filename = buffer; int continuation_line = 0; |