#include <afsconfig.h>
#include "afs/param.h"
-RCSID
- ("$Header$");
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
/*
* lsetpag - interface to afs_setpag().
*/
-lsetpag()
+int
+lsetpag(void)
{
AFS_STATCNT(lsetpag);
/*
* lpioctl - interface to pioctl()
*/
-lpioctl(path, cmd, cmarg, follow)
- char *path, *cmarg;
+int
+lpioctl(char *path, int cmd, void *cmarg, int follow)
{
AFS_STATCNT(lpioctl);
/* eparm is also used by AFSCALL_CALL in afsd.c */
#else
#if defined(UKERNEL)
+int
Afs_syscall()
{
register struct a {