diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-24 23:37:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-24 23:37:03 +0000 |
commit | 3d818d82d3b74a6a6ff33f62e5ac801b11a4e54c (patch) | |
tree | d2dc2e68c2d200be42fa08f1bb4c1becfddda547 /security/nss/files/patch-sysdb | |
parent | Allow build to complete in WITHOUT_OPENSSL case (diff) |
Update to 3.11.
PR: 92017
Submitted by: mi
Notes
Notes:
svn path=/head/; revision=154396
Diffstat (limited to 'security/nss/files/patch-sysdb')
-rw-r--r-- | security/nss/files/patch-sysdb | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/security/nss/files/patch-sysdb b/security/nss/files/patch-sysdb index ec8d9acc7d7a..f8101b93d445 100644 --- a/security/nss/files/patch-sysdb +++ b/security/nss/files/patch-sysdb @@ -160,15 +160,6 @@ and the db-implementation from -lc. Seems to work on FreeBSD. +#include <db.h> NSS_EXTERN_DATA NSSCKMDInstance nss_dbm_mdInstance; ---- lib/fortcrypt/swfort/swfortti.h Sun Apr 25 11:03:07 2004 -+++ lib/fortcrypt/swfort/swfortti.h Fri Jul 22 01:07:34 2005 -@@ -45,5 +45,5 @@ - #include "maci.h" - #include "seccomon.h" --#include "mcom_db.h" /* really should be included by certt.h */ -+#include <db.h> /* really should be included by certt.h */ - #include "certt.h" - /*#include "keyt.h"*/ --- lib/freebl/mac_rand.c Sun Apr 25 11:03:08 2004 +++ lib/freebl/mac_rand.c Fri Jul 22 01:08:19 2005 @@ -40,5 +40,4 @@ @@ -186,37 +177,3 @@ and the db-implementation from -lc. Seems to work on FreeBSD. +#include <db.h> #include "secoidt.h" #include "secdert.h" ---- lib/fortcrypt/swfort/swflib.c Sun Apr 25 11:03:07 2004 -+++ lib/fortcrypt/swfort/swflib.c Fri Jul 22 01:11:20 2005 -@@ -43,6 +43,7 @@ - */ - --#include "prtypes.h" --#include "prio.h" -+#include <fcntl.h> -+#include <prtypes.h> -+#include <prio.h> - - #include "swforti.h" ---- lib/fortcrypt/swfort/swfutl.c Sun Apr 25 11:03:07 2004 -+++ lib/fortcrypt/swfort/swfutl.c Fri Jul 22 01:14:05 2005 -@@ -38,7 +38,7 @@ - */ - --#include "prtypes.h" --#include "prsystem.h" --#include "prio.h" -+#include <prtypes.h> -+#include <prsystem.h> -+#include <prio.h> - - #include "swforti.h" -@@ -48,7 +48,6 @@ - #include "secport.h" - #include "secrng.h" --#ifdef XP_OS2 -+#include <sys/types.h> - #include <sys/stat.h> --#endif - - #ifdef XP_WIN |