mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-04 12:22:00 +03:00
gcc: replace #ifdef linux with __linux__
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
#include "metadata.h"
|
||||
#include "xlate.h"
|
||||
|
||||
#ifdef linux
|
||||
#ifdef __linux__
|
||||
|
||||
/* Lifted from <linux/raid/md_p.h> because of difficulty including it */
|
||||
|
||||
|
Reference in New Issue
Block a user