diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-01-16 23:47:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-01-16 23:47:38 +0000 |
commit | 7f49d25ccc80de55219fa9997ec510d767eed117 (patch) | |
tree | 22ffaf08a614243f9e75a83a78569cd897f2a486 /www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h | |
parent | Document two vulnerabilities in CUPS. (diff) |
Update to 1.8a6. They merged a bunch of FreeBSD changes. Neat.
Notes
Notes:
svn path=/head/; revision=126629
Diffstat (limited to 'www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h')
-rw-r--r-- | www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h b/www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h deleted file mode 100644 index fca34102ffb0..000000000000 --- a/www/mozilla-devel/files/patch-nsprpub::pr::include::md::_freebsd.h +++ /dev/null @@ -1,13 +0,0 @@ ---- nsprpub/pr/include/md/_freebsd.h.orig Sat Nov 15 18:36:13 2003 -+++ nsprpub/pr/include/md/_freebsd.h Sun Dec 14 11:40:08 2003 -@@ -50,6 +50,10 @@ - #define _PR_SI_ARCHITECTURE "alpha" - #elif defined(__sparc__) - #define _PR_SI_ARCHITECTURE "sparc" -+#elif defined(__ia64__) -+#define _PR_SI_ARCHITECTURE "ia64" -+#elif defined(__amd64__) -+#define _PR_SI_ARCHITECTURE "amd64" - #else - #error "Unknown CPU architecture" - #endif |