147507Spendry /* 247507Spendry * Copyright (c) 1990 Jan-Simon Pendry 347507Spendry * Copyright (c) 1990 Imperial College of Science, Technology & Medicine 447507Spendry * Copyright (c) 1990 The Regents of the University of California. 547507Spendry * 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*49685Spendry * @(#)misc-irix.h 5.3 (Berkeley) 05/12/91 13*49685Spendry * 14*49685Spendry * $Id: misc-irix.h,v 5.2.1.2 91/05/07 22:19:48 jsp Alpha $ 15*49685Spendry * 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