1*44630Smckusick /*
2*44630Smckusick  * $Id: misc-ultrix.h,v 5.2 90/06/23 22:20:56 jsp Rel $
3*44630Smckusick  *
4*44630Smckusick  * Copyright (c) 1990 Jan-Simon Pendry
5*44630Smckusick  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
6*44630Smckusick  * Copyright (c) 1990 The Regents of the University of California.
7*44630Smckusick  * All rights reserved.
8*44630Smckusick  *
9*44630Smckusick  * This code is derived from software contributed to Berkeley by
10*44630Smckusick  * Jan-Simon Pendry at Imperial College, London.
11*44630Smckusick  *
12*44630Smckusick  * %sccs.include.redist.c%
13*44630Smckusick  *
14*44630Smckusick  *	@(#)misc-ultrix.h	5.1 (Berkeley) 06/29/90
15*44630Smckusick  */
16*44630Smckusick 
17*44630Smckusick #include        <nfs/nfs_gfs.h>
18*44630Smckusick #define KERNEL
19*44630Smckusick #include        <sys/fs_types.h>
20*44630Smckusick #undef  KERNEL
21*44630Smckusick 
22*44630Smckusick #ifndef HOSTNAMESZ
23*44630Smckusick #include <nfs/nfs_clnt.h>
24*44630Smckusick #endif
25*44630Smckusick 
26*44630Smckusick #include <ufs/ufs_mount.h>
27*44630Smckusick 
28*44630Smckusick #define	ufs_args ufs_specific
29