From owner-cvs-all Sat Mar 28 04:14:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11437 for cvs-all-outgoing; Sat, 28 Mar 1998 04:14:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA11416; Sat, 28 Mar 1998 04:14:11 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA08432; Sat, 28 Mar 1998 04:13:04 -0800 (PST) Date: Sat, 28 Mar 1998 04:13:04 -0800 (PST) Message-Id: <199803281213.EAA08432@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys mount.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/03/28 04:13:03 PST Modified files: sys/sys mount.h Log: Don't export anything from except AF_MAX from here. This only affects the KERNEL case. Don't include twice for the KERNEL case. This fixes a mismerge from Lite2. Don't include at all for the !KERNEL case. This fixes a wrong cleanup in Lite2. Revision Changes Path 1.60 +3 -4 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message