diff --git a/base/musl/pkg/kmod/musl_strndupa.patch b/base/musl/pkg/kmod/strndupa.patch similarity index 80% rename from base/musl/pkg/kmod/musl_strndupa.patch rename to base/musl/pkg/kmod/strndupa.patch index b7edf76a3..8186bf7da 100644 --- a/base/musl/pkg/kmod/musl_strndupa.patch +++ b/base/musl/pkg/kmod/strndupa.patch @@ -1,8 +1,8 @@ # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# Filename: package/.../musl/pkg/kmod/musl_strndupa.patch -# Copyright (C) 2014 The OpenSDE Project +# Filename: package/.../musl/pkg/kmod/strndupa.patch +# Copyright (C) 2015 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -14,12 +14,10 @@ # version. # --- SDE-COPYRIGHT-NOTE-END --- -http://git.alpinelinux.org/cgit/aports/plain/main/kmod/strndupa.patch - diff --git a/libkmod/libkmod-util.c b/libkmod/libkmod-util.c index df12433..142e767 100644 ---- a/libkmod/libkmod-util.c -+++ b/libkmod/libkmod-util.c +--- a/shared/util.c ++++ b/shared/util.c @@ -334,7 +334,9 @@ int mkdir_p(const char *path, int len, mode_t mode) { char *start, *end; @@ -31,4 +29,3 @@ index df12433..142e767 100644 end = start + len; /* -