From owner-cvs-sys Sun Feb 25 12:12:47 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA16148 for cvs-sys-outgoing; Sun, 25 Feb 1996 12:12:47 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA16129 Sun, 25 Feb 1996 12:12:38 -0800 (PST) Date: Sun, 25 Feb 1996 12:12:38 -0800 (PST) From: Bruce Evans Message-Id: <199602252012.MAA16129@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/gnu/ext2fs ext2_extern.h ext2_vfsops.c src/sys/ufs/ffs ffs_extern.h ffs_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 96/02/25 12:12:37 Modified: sys/gnu/ext2fs ext2_extern.h ext2_vfsops.c sys/ufs/ffs ffs_extern.h ffs_vfsops.c Log: Removed vestigial support for the obsolete FIFO option. In ext2fs it caused null pointer panics for all fifo operations unless FIFO was defined. Revision Changes Path 1.6 +0 -5 src/sys/gnu/ext2fs/ext2_extern.h 1.8 +1 -1 src/sys/gnu/ext2fs/ext2_vfsops.c 1.10 +1 -2 src/sys/ufs/ffs/ffs_extern.h 1.36 +2 -2 src/sys/ufs/ffs/ffs_vfsops.c