]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: kill EXTERN macro
authorEric Sandeen <sandeen@redhat.com>
Tue, 9 Oct 2018 16:49:48 +0000 (11:49 -0500)
committerEric Sandeen <sandeen@redhat.com>
Tue, 9 Oct 2018 16:49:48 +0000 (11:49 -0500)
commita5e09451d35ad08ee5b5f66ab421a5b21d6f8973
treec5c71f89dbb3175fc0c8cf4cbbd7c7bbe6fc4c81
parent00ff2b109df7a2911764cfb68bc45600fd27b7e9
xfsprogs: kill EXTERN macro

The EXTERN macro was a too-clever hack to allow a header file to both
declare global variables and export them.  Get rid of the hack and do
things the predictable way.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
repair/globals.c
repair/globals.h
repair/versions.c
repair/versions.h