Skip to content

Commit

Permalink
VFS: fix prototype related warning
Browse files Browse the repository at this point in the history
Change-Id: Ie01454cdcc0c900916f4b6efd3a965079187509f
  • Loading branch information
sambuc committed Jan 13, 2016
1 parent 0a39021 commit 3332c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minix/servers/vfs/fproc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 3332c3a

Please sign in to comment.