Browse Source

musl: updated kmod patches

master
Nagy Károly Gábriel 9 years ago
parent
commit
eeddd48976
1 changed files with 4 additions and 7 deletions
  1. +4
    -7
      base/musl/pkg/kmod/strndupa.patch

base/musl/pkg/kmod/musl_strndupa.patch → 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;
/*

Loading…
Cancel
Save