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