From owner-cvs-sys Wed Apr 9 09:32:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA00421 for cvs-sys-outgoing; Wed, 9 Apr 1997 09:32:27 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA00414; Wed, 9 Apr 1997 09:32:25 -0700 (PDT) Date: Wed, 9 Apr 1997 09:32:25 -0700 (PDT) From: Bruce Evans Message-Id: <199704091632.JAA00414@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys stat.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/04/09 09:32:24 Modified: sys/sys stat.h Log: Distinguish fifos from sockets in the S_IS* macros. This is possible now that nameless pipes are not implemented as sockets. Don't include if KERNEL is defined. It should already have been included by including . Fixed a nearby typo. Revision Changes Path 1.12 +6 -6 src/sys/sys/stat.h