~ubuntu-branches/debian/stretch/ion/stretch

« back to all changes in this revision

Viewing changes to bp/utils/bplist.c

  • Committer: Package Import Robot
  • Author(s): Leo Iannacone
  • Date: 2013-07-07 16:22:28 UTC
  • mfrom: (1.2.1) (5.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130707162228-k28w1k5q9twe4f2a
Tags: 3.1.3~dfsg1-1
* Upload to unstable.
* New upstream release.
* Refreshed old patches.
* Install release-notes.txt as upstream changelog.
* Fix VCS URL.
* Bump Standards-Version 3.9.4.
* debian/ion.links:
  + added new links to some missing manpage.
* new fix-gcc4.8-errors.patch from upstream: fixes FTBFS with
  gcc4.8 (closes: #701298, #713722)
* new replace-gmake-with-make.patch: replace gmake with make
  in Makefiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
        Object          addr;
284
284
                        OBJ_POINTER(BpEvent, event);
285
285
                        OBJ_POINTER(Bundle, bundle);
286
 
        long            bundlesCount = 0;
 
286
        int             bundlesCount = 0;
287
287
                        OBJ_POINTER(Outduct, duct);
288
288
 
289
289
        if (bp_attach() < 0)
339
339
        }
340
340
 
341
341
        sdr = bp_get_sdr();
342
 
        sdr_begin_xn(sdr);      /*      Lock database for duration.     */
 
342
        CHKZERO(sdr_begin_xn(sdr));     /*      Lock db for duration.   */
343
343
        isignal(SIGINT, handleQuit);
344
344
        if (protocolName == NULL)       /*      All bundles.            */
345
345
        {