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:
Derrick Brashear 2010-02-24 00:59:16 -05:00
parent 3d81e4c1f0
commit 5b12214cef

View File

@ -353,6 +353,9 @@ struct afs_cacheParams cparams; /* params passed to cache manager */
static int HandleMTab(void);
int PartSizeOverflow(char *path, int cs);
/* for now, not prototyped fully as it can't be */
int call_syscall();
#ifdef AFS_DARWIN_ENV
static void
afsd_sleep_callback(void * refCon, io_service_t service,