1 /* 2 * Copyright 2005 Sun Microsystems, Inc. All rights reserved. 3 * Use is subject to license terms. 4 */ 5 6 #pragma ident "%Z%%M% %I% %E% SMI" 7 8 #include <sys/types.h> 9 #include <rpc/types.h> 10 #include <sys/vfs.h> 11 #include <sys/errno.h> 12 #include <rpc/auth.h> 13 #include <rpc/rpcsys.h> 14 #include <rpc/rpcsec_gss.h> 15 16 17 int 18 krpc_sys(int cmd, void *args) 19 { 20 21 22 return (_rpcsys(cmd, args)); 23 24 } 25