Subject: CVS commit: src/usr.bin/tail
To: None <source-changes@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/16/2004 21:57:04
Module Name:	src
Committed By:	itojun
Date:		Mon Feb 16 21:57:04 UTC 2004

Modified Files:
	src/usr.bin/tail: extern.h forward.c reverse.c tail.c

Log Message:
do not use long for file offset, use off_t.  otto@openbsd


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/usr.bin/tail/extern.h
cvs rdiff -r1.25 -r1.26 src/usr.bin/tail/forward.c
cvs rdiff -r1.15 -r1.16 src/usr.bin/tail/reverse.c
cvs rdiff -r1.11 -r1.12 src/usr.bin/tail/tail.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.