diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-02-09 00:09:37 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-02-09 00:09:37 +0000 |
commit | 7e6d9236051776347f6d6f70cceec076930d49f5 (patch) | |
tree | d24c7e2a1b46fe04c61a05db297f792824a8f0d8 /security/nss/files/patch-sysdb | |
parent | www/firefox: update to 44.0.1 (diff) |
security/nss: update to 3.22
Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.22_release_notes
PR: 207030
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Notes
Notes:
svn path=/head/; revision=408519
Diffstat (limited to 'security/nss/files/patch-sysdb')
-rw-r--r-- | security/nss/files/patch-sysdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/files/patch-sysdb b/security/nss/files/patch-sysdb index 7c67d21aa651..bbef0a77aeb2 100644 --- a/security/nss/files/patch-sysdb +++ b/security/nss/files/patch-sysdb @@ -108,7 +108,7 @@ -#include "prtypes.h" +#include <prtypes.h> - #include <limits.h> /* for LONG_MAX */ + #include <limits.h> /* for LONG_MAX */ #include "seccomon.h" #include "secdert.h" --- lib/certdb/xconst.c.orig 2009-08-31 12:43:46.000000000 +0200 |