Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: mozilla/nsprpub/pr/src/md/prosdep.c

Issue 12089033: Update to NSPR 4.9.5 Beta 2, part 2: actual changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mozilla/nsprpub/pr/src/linking/prlink.c ('k') | mozilla/nsprpub/pr/src/md/unix/darwin.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mozilla/nsprpub/pr/src/md/prosdep.c
===================================================================
--- mozilla/nsprpub/pr/src/md/prosdep.c (revision 179237)
+++ mozilla/nsprpub/pr/src/md/prosdep.c (working copy)
@@ -9,9 +9,6 @@
#ifdef XP_UNIX
#include <unistd.h>
#endif
-#ifdef SUNOS4
-#include "md/sunos4.h"
-#endif
#ifdef _WIN32
#include <windows.h>
#endif
@@ -31,10 +28,10 @@
/* Get page size */
#ifdef XP_UNIX
-#if defined SUNOS4 || defined BSDI || defined AIX \
+#if defined BSDI || defined AIX \
|| defined LINUX || defined __GNU__ || defined __GLIBC__ \
|| defined FREEBSD || defined NETBSD || defined OPENBSD \
- || defined DARWIN || defined NEXTSTEP || defined SYMBIAN
+ || defined DARWIN || defined SYMBIAN
_pr_pageSize = getpagesize();
#elif defined(HPUX)
/* I have no idea. Don't get me started. --Rob */
« no previous file with comments | « mozilla/nsprpub/pr/src/linking/prlink.c ('k') | mozilla/nsprpub/pr/src/md/unix/darwin.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698