From 8c375f5868b775d9853f48a07dade43079877e59 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 28 Mar 1998 12:13:01 +0000 Subject: [PATCH] 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. --- sys/sys/mount.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 09b919ccef9..db9f634f502 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mount.h 8.21 (Berkeley) 5/20/95 - * $Id: mount.h,v 1.58 1998/03/08 09:58:29 julian Exp $ + * $Id: mount.h,v 1.59 1998/03/28 10:33:22 bde Exp $ */ #ifndef _SYS_MOUNT_H_ @@ -40,8 +40,6 @@ #include #include #include -#include -#include /* XXX for AF_MAX */ typedef struct fsid { int32_t val[2]; } fsid_t; /* file system id type */ @@ -414,7 +412,8 @@ struct vfsops { #ifdef KERNEL #include -#include /* XXX for AF_MAX */ + +#define AF_MAX 30 /* XXX */ /* * Network address lookup element