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

« back to all changes in this revision

Viewing changes to libxfs/darwin.c

  • 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:
71
71
}
72
72
 
73
73
void
74
 
platform_flush_device(int fd)
 
74
platform_flush_device(int fd, dev_t device)
75
75
{
76
76
        ioctl(fd, DKIOCSYNCHRONIZECACHE, NULL);
77
77
}