mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
hush another afsd warning
we can't prototype call_syscall fully yet, but at least hush some warnings Change-Id: I4e5f77037700f82ebfa87bd4fee4f52a59e3479a Reviewed-on: http://gerrit.openafs.org/1385 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
3d81e4c1f0
commit
5b12214cef
@ -353,6 +353,9 @@ struct afs_cacheParams cparams; /* params passed to cache manager */
|
|||||||
static int HandleMTab(void);
|
static int HandleMTab(void);
|
||||||
int PartSizeOverflow(char *path, int cs);
|
int PartSizeOverflow(char *path, int cs);
|
||||||
|
|
||||||
|
/* for now, not prototyped fully as it can't be */
|
||||||
|
int call_syscall();
|
||||||
|
|
||||||
#ifdef AFS_DARWIN_ENV
|
#ifdef AFS_DARWIN_ENV
|
||||||
static void
|
static void
|
||||||
afsd_sleep_callback(void * refCon, io_service_t service,
|
afsd_sleep_callback(void * refCon, io_service_t service,
|
||||||
|
Loading…
Reference in New Issue
Block a user