~ubuntu-branches/ubuntu/lucid/silo/lucid

« back to all changes in this revision

Viewing changes to second/ls.c

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2008-06-24 13:04:51 UTC
  • mfrom: (15.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624130451-b6kozclk7a6thvrp
Tags: 1.4.14-0ubuntu1
* New upstream release:
  - Drop local patches that have been merged upstream.
  - Update debian/copyright to reflect new tarball release URL.
  - Add patch to fix FTBFS (stolen from Fedora).

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
    if (tab_ambiguous == NULL && ls_opt & LSOPT_L) {
158
158
        char mode[11];
159
159
        char *q;
160
 
        unsigned int mtime, day, hour, min, month, year;
 
160
        unsigned int mtime;
 
161
        int day, hour, min, month, year;
161
162
        static char *months[] = {
162
163
            "Jan", "Feb", "Mar", "Apr", "May", "Jun",
163
164
            "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };