diff options
Diffstat (limited to 'gnu/packages/patches/nss-getcwd-nonnull.patch')
-rw-r--r-- | gnu/packages/patches/nss-getcwd-nonnull.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/patches/nss-getcwd-nonnull.patch b/gnu/packages/patches/nss-getcwd-nonnull.patch index d367c37f32..37c1b1c539 100644 --- a/gnu/packages/patches/nss-getcwd-nonnull.patch +++ b/gnu/packages/patches/nss-getcwd-nonnull.patch @@ -4,9 +4,9 @@ the second argument should be NULL with recent glibc. See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96832 https://sourceware.org/bugzilla/show_bug.cgi?id=26545 -diff --git a/coreconf/nsinstall/nsinstall.c b/coreconf/nsinstall/nsinstall.c ---- a/coreconf/nsinstall/nsinstall.c -+++ b/coreconf/nsinstall/nsinstall.c +diff --git a/nss/coreconf/nsinstall/nsinstall.c b/nss/coreconf/nsinstall/nsinstall.c +--- a/nss/coreconf/nsinstall/nsinstall.c ++++ b/nss/coreconf/nsinstall/nsinstall.c @@ -236,14 +236,20 @@ main(int argc, char **argv) return 0; |