]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: fix compile error when libxfs header used in C++ code
authorRoger Willcocks <roger@filmlight.ltd.uk>
Tue, 20 May 2014 08:30:44 +0000 (18:30 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 20 May 2014 08:30:44 +0000 (18:30 +1000)
commit66260204ebbb1dce12f910b71de3abad73a2a805
tree3eaec1fd9009783b3d2249d4cbfce07983967c28
parentbfc541e77b9af46a2e3764df595620ec9824a456
libxfs: fix compile error when libxfs header used in C++ code

xfs_ialloc.h:102: error: expected ',' or '...' before 'delete'

Simple parameter rename, no changes to behaviour.

Signed-off-by: Roger Willcocks <roger@filmlight.ltd.uk>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
include/xfs_ialloc.h
libxfs/xfs_ialloc.c