OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../nvu/gcc4.patch
  5. # Copyright (C) 2008 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. diff -Nur mozilla.orig/security/nss/lib/pki1/oiddata.h mozilla/security/nss/lib/pki1/oiddata.h
  18. --- mozilla.orig/security/nss/lib/pki1/oiddata.h 2002-01-04 07:22:07.000000000 +0200
  19. +++ mozilla/security/nss/lib/pki1/oiddata.h 2005-11-04 23:44:29.000000000 +0200
  20. @@ -43,9 +43,6 @@
  21. #include "nsspki1t.h"
  22. #endif /* NSSPKI1T_H */
  23. -extern const NSSOID nss_builtin_oids[];
  24. -extern const PRUint32 nss_builtin_oid_count;
  25. -
  26. /*extern const nssAttributeTypeAliasTable nss_attribute_type_aliases[];*/
  27. /*extern const PRUint32 nss_attribute_type_alias_count;*/
  28. diff -Nur mozilla.orig/security/nss/lib/pki1/oidgen.perl mozilla/security/nss/lib/pki1/oidgen.perl
  29. --- mozilla.orig/security/nss/lib/pki1/oidgen.perl 2001-11-08 02:15:25.000000000 +0200
  30. +++ mozilla/security/nss/lib/pki1/oidgen.perl 2005-11-04 23:44:54.000000000 +0200
  31. @@ -233,9 +233,6 @@
  32. #include "nsspki1t.h"
  33. #endif /* NSSPKI1T_H */
  34. -extern const NSSOID nss_builtin_oids[];
  35. -extern const PRUint32 nss_builtin_oid_count;
  36. -
  37. /*extern const nssAttributeTypeAliasTable nss_attribute_type_aliases[];*/
  38. /*extern const PRUint32 nss_attribute_type_alias_count;*/
  39. diff -Nur mozilla.orig/security/nss/lib/pki1/pki1.h mozilla/security/nss/lib/pki1/pki1.h
  40. --- mozilla.orig/security/nss/lib/pki1/pki1.h 2001-07-19 22:40:42.000000000 +0200
  41. +++ mozilla/security/nss/lib/pki1/pki1.h 2005-11-04 23:46:56.000000000 +0200
  42. @@ -56,6 +56,8 @@
  43. PR_BEGIN_EXTERN_C
  44. /* fgmr 19990505 moved these here from oiddata.h */
  45. +extern const NSSOID nss_builtin_oids[];
  46. +extern const PRUint32 nss_builtin_oid_count;
  47. extern const nssAttributeTypeAliasTable nss_attribute_type_aliases[];
  48. extern const PRUint32 nss_attribute_type_alias_count;