~ubuntu-branches/ubuntu/natty/9base/natty

« back to all changes in this revision

Viewing changes to sort/sort.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-08-20 17:34:06 UTC
  • mfrom: (6.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090820173406-xpwqa9ruyevvc0ut
Tags: 1:3-3
* Updating maintainer field.
* Updating vcs fields.
* Updating package to standards version 3.8.3.
* Updatin variables writing in rules to consistent style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        NSzerofract,
35
35
        NSexp,
36
36
        NSexpsign,
37
 
        NSexpdigit,
 
37
        NSexpdigit
38
38
};
39
39
 
40
40
typedef struct  Line    Line;
243
243
                done(0);
244
244
        if(strncmp(s, "sys: write on closed pipe", 25) == 0)
245
245
                done(0);
246
 
        fprint(2, "sort: note: %s\n", s);
247
 
        abort();
 
246
        noted(NDFLT);
248
247
}
249
248
 
250
249
Line*
1583
1582
 
1584
1583
enum
1585
1584
{
1586
 
        Threshold       = 14,
 
1585
        Threshold       = 14
1587
1586
};
1588
1587
 
1589
1588
void    rsort4(Key***, ulong, int);