aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-03-28 12:13:01 +0000
committerBruce Evans <bde@FreeBSD.org>1998-03-28 12:13:01 +0000
commit8c375f5868b775d9853f48a07dade43079877e59 (patch)
treee5a5129b2c3d9260baa99214de787864ecafc893 /sys
parent771b51ef7b32e41224dc357e4ba7eeb285ffd7b5 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mount.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 09b919ccef93a..db9f634f502d8 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 <sys/ucred.h>
#include <sys/queue.h>
#include <sys/lock.h>
-#include <net/radix.h>
-#include <sys/socket.h> /* 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 <net/radix.h>
-#include <sys/socket.h> /* XXX for AF_MAX */
+
+#define AF_MAX 30 /* XXX */
/*
* Network address lookup element