From 5b12214cef06758fee19a6e7afc4e461e7303574 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Wed, 24 Feb 2010 00:59:16 -0500 Subject: [PATCH] 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 --- src/afsd/afsd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/afsd/afsd.c b/src/afsd/afsd.c index 87f1615f31..0be921ef93 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,