~ubuntu-branches/ubuntu/precise/cctools/precise

« back to all changes in this revision

Viewing changes to s3tools/src/s3ls.c

  • Committer: Package Import Robot
  • Author(s): Michael Hanke
  • Date: 2011-10-26 11:51:10 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20111026115110-5pc2qxp03chldcdi
Tags: 3.4.0-1
* New upstream release.
* Improve DEP5 compliance of debian/copyright.
* Added patch to make "starch" use python instead of python2 as interpreter.
* Tighten build-dependencies (added swig and m4).
* Enable MPI-support for work-queue.
* Move to dh_python2.
* Split Python-bindings for workqueue into a dedicated package and build
  them for all supported Python versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        opterr = 0;
24
24
        s3_initialize(&argc, argv);
25
25
 
26
 
        while( (c = getopt(argc, argv, "l")) != -1 ) {
 
26
        while( (c = getopt(argc, argv, "l")) != (char)-1 ) {
27
27
                switch(c) {
28
28
                        case 'l':
29
29
                                long_list = 1;