From owner-freebsd-commit Fri Nov 24 07:59:37 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA26398 for freebsd-commit-outgoing; Fri, 24 Nov 1995 07:59:37 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA26385 for cvs-all-outgoing; Fri, 24 Nov 1995 07:59:30 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA26374 for cvs-sys-outgoing; Fri, 24 Nov 1995 07:59:26 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA26362 ; Fri, 24 Nov 1995 07:59:14 -0800 Date: Fri, 24 Nov 1995 07:59:14 -0800 From: Bruce Evans Message-Id: <199511241559.HAA26362@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys disklabel.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/24 07:59:13 Modified: sys/sys disklabel.h Log: Oops, the previous change was missing the declaration of `struct buf_queue_head'. It isn't forward declared in like `struct buf'.