From: Derrick Brashear Date: Wed, 24 Feb 2010 05:59:16 +0000 (-0500) Subject: hush another afsd warning X-Git-Tag: openafs-devel-1_5_73~126 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5b12214cef06758fee19a6e7afc4e461e7303574;p=packages%2Fo%2Fopenafs.git 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 Tested-by: Derrick Brashear --- diff --git a/src/afsd/afsd.c b/src/afsd/afsd.c index 87f1615f3..0be921ef9 100644 --- a/src/afsd/afsd.c +++ b/src/afsd/afsd.c @@ -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,