From 5e166e5a1e6a1dd0bab8ad057ce66063f5abc8e1 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Tue, 28 May 2019 19:19:51 -0500 Subject: usr.bin/cmp: make buildable, remove nonstandard flag --- usr.bin/cmp/regular.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'usr.bin/cmp/regular.c') diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index 63c663f..1112def 100644 --- a/usr.bin/cmp/regular.c +++ b/usr.bin/cmp/regular.c @@ -29,15 +29,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)regular.c 8.3 (Berkeley) 4/2/94"; -#else -__RCSID("$NetBSD: regular.c,v 1.24 2013/11/20 17:19:14 kleink Exp $"); -#endif -#endif /* not lint */ - #include #include #include @@ -54,7 +45,7 @@ void c_regular(int fd1, const char *file1, off_t skip1, off_t len1, int fd2, const char *file2, off_t skip2, off_t len2) { - u_char ch, *p1, *p2; + unsigned char ch, *p1, *p2; off_t byte, length, line; int dfound; size_t blk_sz, blk_cnt; -- cgit v1.2.3-70-g09d2