~ubuntu-branches/ubuntu/edgy/xfsprogs/edgy

« back to all changes in this revision

Viewing changes to include/xfs_dfrag.h

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Scott
  • Date: 2005-03-30 10:52:07 UTC
  • Revision ID: james.westby@ubuntu.com-20050330105207-fv1jw5r9d2fgwvew
Tags: 2.6.28-1
* New upstream release.
* Fix compilation with gcc version 4 (closes: #300544)

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
/*
61
61
 * Syscall interface for xfs_swapext
62
62
 */
63
 
int     xfs_swapext(struct xfs_swapext *sx);
 
63
int     xfs_swapext(struct xfs_swapext __user *sx);
64
64
 
65
65
#endif  /* __KERNEL__ */
66
66