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

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/tests/poll_to.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:
64
64
#include "prprf.h"
65
65
#include "prnetdb.h"
66
66
 
67
 
#ifndef XP_MAC
68
67
#include "private/pprio.h"
69
 
#else
70
 
#include "pprio.h"
71
 
#endif
72
68
 
73
69
#include <stdio.h>
74
70
#include <string.h>
75
71
#include <stdlib.h>
 
72
 
76
73
PRIntn failed_already=0;
77
74
PRIntn debug_mode;
78
75