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