144630Smckusick /* 244630Smckusick * Copyright (c) 1990 Jan-Simon Pendry 344630Smckusick * Copyright (c) 1990 Imperial College of Science, Technology & Medicine 4*61785Sbostic * Copyright (c) 1990, 1993 5*61785Sbostic * The Regents of the University of California. All rights reserved. 644630Smckusick * 744630Smckusick * This code is derived from software contributed to Berkeley by 844630Smckusick * Jan-Simon Pendry at Imperial College, London. 944630Smckusick * 1044630Smckusick * %sccs.include.redist.c% 1144630Smckusick * 12*61785Sbostic * @(#)misc-ultrix.h 8.1 (Berkeley) 06/06/93 1349685Spendry * 1452452Spendry * $Id: misc-ultrix.h,v 5.2.2.1 1992/02/09 15:10:49 jsp beta $ 1549685Spendry * 1644630Smckusick */ 1744630Smckusick 1844630Smckusick #include <nfs/nfs_gfs.h> 1944630Smckusick #define KERNEL 2044630Smckusick #include <sys/fs_types.h> 2144630Smckusick #undef KERNEL 2244630Smckusick 2344630Smckusick #ifndef HOSTNAMESZ 2444630Smckusick #include <nfs/nfs_clnt.h> 2544630Smckusick #endif 2644630Smckusick 2744630Smckusick #include <ufs/ufs_mount.h> 2844630Smckusick 2944630Smckusick #define ufs_args ufs_specific 30