~ubuntu-branches/ubuntu/jaunty/nspr/jaunty-security

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/tests/timemac.c

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-05-10 18:40:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100510184010-boghfzlm551mtoag
Tags: 4.8-0ubuntu0.9.04.1
* New upstream release: 4.8
  - Support updating NSS to 3.12.6 and fix CVE-2009-3555 aka 
    US-CERT VU#120541
* adjust patches to changed upstream codebase
  - update debian/patches/30_config_64bits.patch
  - update debian/patches/99_configure.patch
* update shlibs symbols to include new API elements
  - update debian/libnspr4-0d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#include "prinit.h"
44
44
#include "prtime.h"
45
45
 
46
 
#ifdef XP_MAC
47
 
#include "prlog.h"
48
 
#define printf PR_LogPrint
49
 
extern void SetupMacPrintfLog(char *logFile);
50
 
#endif
51
 
 
52
46
 
53
47
static char *dayOfWeek[] =
54
48
        { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "???" };
91
85
    PR_Init(PR_USER_THREAD, PR_PRIORITY_NORMAL, 0);
92
86
 
93
87
 
94
 
#ifdef XP_MAC
95
 
        SetupMacPrintfLog("timemac.log");
96
 
#endif
97
 
 
98
88
   /*
99
89
     *************************************************************
100
90
     **