Skip to content

Commit

Permalink
[XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype.
Browse files Browse the repository at this point in the history
SGI-PV: 904196
SGI-Modid: xfs-linux-melb:xfs-kern:25509a

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Nathan Scott <nathans@sgi.com>
  • Loading branch information
Nathan Scott committed Mar 20, 2006
1 parent b2fc6ad commit 6cc8fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/linux-2.6/xfs_ioctl32.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#define __XFS_IOCTL32_H__

extern long xfs_file_compat_ioctl(struct file *, unsigned, unsigned long);
extern long xfs_file_compat_invis_ioctl(struct file *, unsigned, unsigned);
extern long xfs_file_compat_invis_ioctl(struct file *, unsigned, unsigned long);

#endif /* __XFS_IOCTL32_H__ */

0 comments on commit 6cc8fef

Please sign in to comment.