Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 1996 14:03:52 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/tail forward.c
Message-ID:  <199608252103.OAA07439@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/08/25 14:03:52

  Modified:    usr.bin/tail  forward.c
  Log:
  Fix some bogons:
  - timeval in select loop was depending on not having the remaining time
    returned from select(), causing a busy spin on an implementation that
    does implement it.
  - the err() usage was pretty bogus, some of the error messages had
    strerror attached manually and then reattached by err().
  
  Revision  Changes    Path
  1.3       +10 -11    src/usr.bin/tail/forward.c



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