From 6f92ffe2eb286bd4cfe49b9ef57447223e5a5858 Mon Sep 17 00:00:00 2001 From: grog Date: Mon, 23 Apr 2001 23:51:17 +0000 Subject: [PATCH] Back out previous commit. Requested by: bde --- sys/sys/mount.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/sys/mount.h b/sys/sys/mount.h index c8529d84d53..c522c1831d4 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -378,6 +378,10 @@ struct vfsops { }; \ DECLARE_MODULE(fsname, fsname ## _mod, SI_SUB_VFS, SI_ORDER_MIDDLE) +#include + +#define AF_MAX 35 /* XXX */ + /* * Network address lookup element */ -- 2.45.2