]> Zhao Yanbai Git Server - minix.git/commitdiff
VFS: fix prototype related warning 25/3225/2
authorLionel Sambuc <lionel.sambuc@gmail.com>
Sun, 20 Dec 2015 10:00:58 +0000 (11:00 +0100)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Wed, 13 Jan 2016 19:32:25 +0000 (20:32 +0100)
Change-Id: Ie01454cdcc0c900916f4b6efd3a965079187509f

minix/servers/vfs/fproc.h

index 25f6eddff166e4ce826056f8f2c9d8227632ef87..8d74292e939f4260517ff6ee21170761845542c1 100644 (file)
@@ -46,7 +46,7 @@ EXTERN struct fproc {
 
   mutex_t fp_lock;             /* mutex to lock fproc object */
   struct worker_thread *fp_worker;/* active worker thread, or NULL */
-  void (*fp_func)();           /* handler function for pending work */
+  void (*fp_func)(void);               /* handler function for pending work */
   message fp_msg;              /* pending or active message from process */
   message fp_pm_msg;           /* pending/active postponed PM request */