Bell 32V development
[unix-history] / usr / src / cmd / ls.c
index e3d2fae..b731b42 100644 (file)
@@ -172,7 +172,7 @@ struct lbuf *ap;
        if (p->lnum == -1)
                return;
        if (iflg)
        if (p->lnum == -1)
                return;
        if (iflg)
-               printf("%5u ", p->lnum);
+               printf("%5d ", p->lnum);
        if (sflg)
        printf("%4D ", nblock(p->lsize));
        if (lflg) {
        if (sflg)
        printf("%4D ", nblock(p->lsize));
        if (lflg) {
@@ -328,7 +328,6 @@ struct lbuf *
 gstat(file, argfl)
 char *file;
 {
 gstat(file, argfl)
 char *file;
 {
-       extern char *malloc();
        struct stat statb;
        register struct lbuf *rep;
        static int nomocore;
        struct stat statb;
        register struct lbuf *rep;
        static int nomocore;