~ubuntu-branches/ubuntu/quantal/nspr/quantal-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-10 11:34:26 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810113426-3uv4diflrkcbdimm
Tags: 4.8-0ubuntu1
* New upstream release: 4.8 (LP: #387812)
* adjust patches to changed upstreanm codebase
  - 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:
47
47
#include "prthread.h"
48
48
#include "prtypes.h"
49
49
 
50
 
#if defined(XP_MAC)
51
 
#include "pprio.h"
52
 
#else
53
50
#include "private/pprio.h"
54
 
#endif
55
51
 
56
52
#include "plgetopt.h"
57
53
 
310
306
 
311
307
}  /* Tpd */
312
308
 
313
 
PRIntn main(PRIntn argc, char *argv[])
 
309
int main(int argc, char **argv)
314
310
{
315
311
        PLOptStatus os;
316
312
        PLOptState *opt = PL_CreateOptState(argc, argv, "dl:r:");