Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 1996 06:11:46 -0700 (PDT)
From:      Adam David <adam>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/tail extern.h read.c reverse.c
Message-ID:  <199607301311.GAA14793@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
adam        96/07/30 06:11:45

  Modified:    usr.bin/tail  extern.h read.c reverse.c
  Log:
  when file can be opened for read but cannot be read from:
  fail once (was twice) in forward case
  fail once (was no times) in reverse case
  
  this can happen when file is a directory on an NFS or procfs mount.
  
  Revision  Changes    Path
  1.2       +2 -2      src/usr.bin/tail/extern.h
  1.3       +4 -4      src/usr.bin/tail/read.c
  1.2       +5 -0      src/usr.bin/tail/reverse.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607301311.GAA14793>