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

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/tests/acceptreademu.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:
80
80
static void ConnectingThread(void *arg)
81
81
{
82
82
    PRInt32 nbytes;
 
83
#ifdef SYMBIAN
 
84
    char buf[256];
 
85
#else
83
86
    char buf[1024];
 
87
#endif
84
88
    PRFileDesc *sock;
85
89
    PRNetAddr peer_addr, *addr;
86
90
 
209
213
        PL_FPrintError(err_out, "PR_Close (server) failed");
210
214
}  /* AcceptingThread */
211
215
 
212
 
PRIntn main(PRIntn argc, char **argv)
 
216
int main(int argc, char **argv)
213
217
{
214
218
    PRHostEnt he;
215
219
    PRStatus status;