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

« back to all changes in this revision

Viewing changes to libxfs/freebsd.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:
109
109
void
110
110
platform_set_blocksize(int fd, char *path, int blocksize)
111
111
{
 
112
        return;
112
113
}
113
114
 
114
115
void
115
 
platform_flush_device(int fd)
 
116
platform_flush_device(int fd, dev_t device)
116
117
{
 
118
        return;
117
119
}
118
120
 
119
121
void