hush another afsd warning
authorDerrick Brashear <shadow@dementia.org>
Wed, 24 Feb 2010 05:59:16 +0000 (00:59 -0500)
committerDerrick Brashear <shadow@dementia.org>
Fri, 26 Feb 2010 04:42:27 +0000 (20:42 -0800)
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>

src/afsd/afsd.c

index 87f1615..0be921e 100644 (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,