~ubuntu-branches/ubuntu/utopic/xulrunner-1.9/utopic

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/src/md/prosdep.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack, Alexander Sack, Fabien Tassin
  • Date: 2009-02-05 09:12:37 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20090205091237-2uu65i47p00yi2xk
Tags: 1.9.0.6+nobinonly-0ubuntu1
[ Alexander Sack <asac@ubuntu.com> ]
* new security/stability update v1.9.0.6 (FIREFOX_3_0_6_RELEASE)
  - see USN-717-1
* adjust patches to changed code base
  - update debian/patches/dom_inspector_support_for_prism.patch

[ Fabien Tassin <fta@ubuntu.com> ]
* Fix preinst script to better handle the /etc/gre.d clean-up
  - update debian/xulrunner-1.9.preinst.in
* Fix permissions in the -dev package (LP: #303940)
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
#if defined SUNOS4 || defined BSDI || defined AIX \
67
67
        || defined LINUX || defined __GNU__ || defined __GLIBC__ \
68
68
        || defined FREEBSD || defined NETBSD || defined OPENBSD \
69
 
        || defined DARWIN || defined NEXTSTEP
 
69
        || defined DARWIN || defined NEXTSTEP || defined SYMBIAN
70
70
    _pr_pageSize = getpagesize();
71
71
#elif defined(HPUX)
72
72
    /* I have no idea. Don't get me started. --Rob */