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.

53 lines
2.3 KiB

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