unsigned comparisons <= 0
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 5 Mar 1992 06:54:51 +0000 (22:54 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 5 Mar 1992 06:54:51 +0000 (22:54 -0800)
SCCS-vsn: usr.bin/tail/read.c 5.3

usr/src/usr.bin/tail/read.c

index 38aa9df..9e705ee 100644 (file)
@@ -111,8 +111,7 @@ lines(fp, off)
        } *lines;
        register int ch;
        register char *p;
        } *lines;
        register int ch;
        register char *p;
-       u_int blen, cnt, recno;
-       int wrap;
+       int blen, cnt, recno, wrap;
        char *sp;
 
        if ((lines = malloc(off * sizeof(*lines))) == NULL)
        char *sp;
 
        if ((lines = malloc(off * sizeof(*lines))) == NULL)