From eeddd4897604dcdd49063dd5d514aacfb576c8df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Sun, 25 Oct 2015 16:29:18 +0100 Subject: [PATCH] musl: updated kmod patches --- .../pkg/kmod/{musl_strndupa.patch => strndupa.patch} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) rename base/musl/pkg/kmod/{musl_strndupa.patch => strndupa.patch} (80%) 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; /* -