147507Spendry /* 247507Spendry * Copyright (c) 1990 Jan-Simon Pendry 347507Spendry * 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. 647507Spendry * 747507Spendry * This code is derived from software contributed to Berkeley by 847507Spendry * Jan-Simon Pendry at Imperial College, London. 947507Spendry * 1047534Spendry * %sccs.include.redist.c% 1147507Spendry * 12*61785Sbostic * @(#)misc-irix.h 8.1 (Berkeley) 06/06/93 1349685Spendry * 1452452Spendry * $Id: misc-irix.h,v 5.2.2.1 1992/02/09 15:10:30 jsp beta $ 1549685Spendry * 1647507Spendry */ 1747507Spendry 1847507Spendry #include <sys/fs/nfs_clnt.h> 1947507Spendry #include <sys/fsid.h> 2047507Spendry #include <sys/fstyp.h> 2147507Spendry 2247507Spendry struct ufs_args { 2347507Spendry char *fspec; 2447507Spendry }; 25