From owner-cvs-src@FreeBSD.ORG Thu May 26 22:14:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E671416A41C; Thu, 26 May 2005 22:14:37 +0000 (GMT) (envelope-from eivind@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB0943D1F; Thu, 26 May 2005 22:14:37 +0000 (GMT) (envelope-from eivind@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QMEbVw021151; Thu, 26 May 2005 22:14:37 GMT (envelope-from eivind@repoman.freebsd.org) Received: (from eivind@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QMEb7A021150; Thu, 26 May 2005 22:14:37 GMT (envelope-from eivind) Message-Id: <200505262214.j4QMEb7A021150@repoman.freebsd.org> From: Eivind Eklund Date: Thu, 26 May 2005 22:14:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/tail tail.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 22:14:38 -0000 eivind 2005-05-26 22:14:37 UTC FreeBSD src repository Modified files: usr.bin/tail tail.c Log: We are past 4.4BSD - use our new-found stat flags for pipes and fifos. Revision Changes Path 1.19 +1 -6 src/usr.bin/tail/tail.c