From owner-freebsd-commit Tue Jan 30 04:25:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA13797 for freebsd-commit-outgoing; Tue, 30 Jan 1996 04:25:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA13655 for cvs-all-outgoing; Tue, 30 Jan 1996 04:23:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA13644 for cvs-sys-outgoing; Tue, 30 Jan 1996 04:23:33 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA13637 Tue, 30 Jan 1996 04:23:27 -0800 (PST) Date: Tue, 30 Jan 1996 04:23:27 -0800 (PST) From: Peter Wemm Message-Id: <199601301223.EAA13637@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_stats.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/30 04:23:25 Modified: sys/i386/linux linux_stats.c Log: Call pipe_stat() when presented with a DTYPE_PIPE file in the linux fstat() syscall, rather than panic("linux newfstat"). (Note: I've extracted this from a larger set of diffs, I'm confident I've not missed any dependencies but can't modload it to test it on my system) Revision Changes Path 1.4 +5 -1 src/sys/i386/linux/linux_stats.c