From owner-cvs-sys Wed Sep 11 20:16:48 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA26151 for cvs-sys-outgoing; Wed, 11 Sep 1996 20:16:48 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA26127; Wed, 11 Sep 1996 20:16:37 -0700 (PDT) Date: Wed, 11 Sep 1996 20:16:37 -0700 (PDT) From: Bruce Evans Message-Id: <199609120316.UAA26127@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys mount.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/11 20:16:36 Modified: sys/sys mount.h Log: Added a struct tag `fsid' for fsid_t so that sysproto.h can declare prototypes for the lfs syscalls without having to include and its nested spam. Revision Changes Path 1.33 +2 -2 src/sys/sys/mount.h