diff options
Diffstat (limited to 'system/kmod/strndupa.patch')
-rw-r--r-- | system/kmod/strndupa.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/kmod/strndupa.patch b/system/kmod/strndupa.patch index d4527140e..bde1b23a6 100644 --- a/system/kmod/strndupa.patch +++ b/system/kmod/strndupa.patch @@ -2,7 +2,7 @@ diff --git a/libkmod/libkmod-util.c b/libkmod/libkmod-util.c index df12433..142e767 100644 --- a/shared/util.c +++ b/shared/util.c -@@ -334,7 +334,9 @@ int mkdir_p(const char *path, int len, mode_t mode) +@@ -389,7 +389,9 @@ int mkdir_p(const char *path, int len, mode_t mode) { char *start, *end; |