diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-09-10 14:29:15 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-09-10 14:29:15 +0000 |
commit | cac7178b820250bf8b5875eae55217535354d484 (patch) | |
tree | 3b9d9d54ed9d5f849f32fa02c0765e414c92d3e2 /www/chromium/files/patch-crypto__nss_util.cc | |
parent | b56f50f6497054e93904efafa73a1bbcf8ddc654 (diff) |
Notes
Diffstat (limited to 'www/chromium/files/patch-crypto__nss_util.cc')
-rw-r--r-- | www/chromium/files/patch-crypto__nss_util.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-crypto__nss_util.cc b/www/chromium/files/patch-crypto__nss_util.cc index 2cd6f50db3c5..e0f048451120 100644 --- a/www/chromium/files/patch-crypto__nss_util.cc +++ b/www/chromium/files/patch-crypto__nss_util.cc @@ -1,5 +1,5 @@ ---- ./crypto/nss_util.cc.orig 2014-08-12 21:03:00.000000000 +0200 -+++ ./crypto/nss_util.cc 2014-08-13 09:56:57.000000000 +0200 +--- ./crypto/nss_util.cc.orig 2014-08-20 21:03:15.000000000 +0200 ++++ ./crypto/nss_util.cc 2014-08-22 15:06:26.000000000 +0200 @@ -13,7 +13,7 @@ #include <prtime.h> #include <secmod.h> @@ -9,7 +9,7 @@ #include <sys/mount.h> #include <sys/param.h> #endif -@@ -138,7 +138,7 @@ +@@ -141,7 +141,7 @@ // detection when database_dir is on NFS. See http://crbug.com/48585. // // TODO(wtc): port this function to other USE_NSS platforms. It is defined @@ -18,7 +18,7 @@ // is OS-specific. // // Because this function sets an environment variable it must be run before we -@@ -149,10 +149,10 @@ +@@ -152,10 +152,10 @@ base::FileSystemType fs_type = base::FILE_SYSTEM_UNKNOWN; if (base::GetFileSystemType(database_dir, &fs_type)) db_on_nfs = (fs_type == base::FILE_SYSTEM_NFS); |