~ubuntu-branches/ubuntu/intrepid/gnunet/intrepid

« back to all changes in this revision

Viewing changes to src/transports/test.c

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2008-08-19 19:44:30 UTC
  • mfrom: (1.2.12 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080819194430-x5gjv8wd7t7ldkp0
Tags: 0.8.0a-1ubuntu1
* Merge from debian unstable, remaining changes: (LP: #256576)
  - debian/rules:
   + Make use of code from cdbs' clean-la.mk file to clear the
      dependency_libs field in all .la files in the gnunet-dev 
      package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
    done ();
310
310
  if (pid != 0)
311
311
    {
312
 
      KILL (pid, SIGTERM);
 
312
      PLIBC_KILL (pid, SIGTERM);
313
313
      waitpid (pid, &pos, 0);
314
314
      if (WEXITSTATUS (pos) != 0)
315
315
        res = GNUNET_SYSERR;
334
334
  GNUNET_fini (api.ectx, api.cfg);
335
335
  if (pid != 0)
336
336
    {
337
 
      KILL (pid, SIGTERM);
 
337
      PLIBC_KILL (pid, SIGTERM);
338
338
      waitpid (pid, &res, 0);
339
339
    }
340
340
  GNUNET_free (expectedValue);