summaryrefslogtreecommitdiff
path: root/librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-25 16:23:01 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-25 16:23:01 -0400
commit1fb5aad1796596e6c875bfaf1eed71324a7d64df (patch)
tree27a6c60437ca2455388462c88872f7365981ac75 /librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-1fb5aad1796596e6c875bfaf1eed71324a7d64df.tar.gz
stackrpms-1fb5aad1796596e6c875bfaf1eed71324a7d64df.tar.bz2
stackrpms-1fb5aad1796596e6c875bfaf1eed71324a7d64df.zip
lw 100.0.2 dpkg rc1
Diffstat (limited to 'librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch')
-rw-r--r--librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch b/librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch
index a543693..cb04ca2 100644
--- a/librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch
+++ b/librewolf/debian/patches/porting/NSS-Fix-FTBFS-on-Hurd-because-of-MAXPATHLEN.patch
@@ -47,7 +47,7 @@ index ad8f3b8..c33f2c9 100644
link_buf[ret] = 0;
link_file = mkoutput(input_file);
diff --git a/security/nss/lib/freebl/unix_rand.c b/security/nss/lib/freebl/unix_rand.c
-index 24381cb..f5520f0 100644
+index 24381cb2..f5520f0 100644
--- a/security/nss/lib/freebl/unix_rand.c
+++ b/security/nss/lib/freebl/unix_rand.c
@@ -843,6 +843,10 @@ RNG_FileForRNG(const char *fileName)
bgstack15