From: Jeffrey Altman Date: Mon, 15 Aug 2005 18:36:16 +0000 (+0000) Subject: STABLE14-afssyscalls-declarations-20050815 X-Git-Tag: openafs-stable-1_4_0-rc1~14 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=687f01c7961167321845546529030b0d15f4488f;p=packages%2Fo%2Fopenafs.git STABLE14-afssyscalls-declarations-20050815 declare lsetpag() and lpioctl() since they are exported (cherry picked from commit fab147e843667d87323cdf9fcad2012ca942f6fd) --- diff --git a/src/sys/afssyscalls.h b/src/sys/afssyscalls.h index 9968566ff..4adebcd5c 100644 --- a/src/sys/afssyscalls.h +++ b/src/sys/afssyscalls.h @@ -132,6 +132,10 @@ extern char *PrintInode(); #endif /* AFS_NAMEI_ENV */ +/* Declarations for lsetpag and lpioctl */ +int lsetpag(void); +int lpioctl(char *path, int cmd, char *cmarg, int follow); + #endif /* AFS_NT40_ENV */ #endif /* AFS_AFSSYSCALLS_H */