144630Smckusick /* 244630Smckusick * Copyright (c) 1990 Jan-Simon Pendry 344630Smckusick * Copyright (c) 1990 Imperial College of Science, Technology & Medicine 444630Smckusick * Copyright (c) 1990 The Regents of the University of California. 544630Smckusick * 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*49685Spendry * @(#)misc-ultrix.h 5.3 (Berkeley) 05/12/91 13*49685Spendry * 14*49685Spendry * $Id: misc-ultrix.h,v 5.2.1.2 91/05/07 22:20:01 jsp Alpha $ 15*49685Spendry * 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