1
0
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:
Alasdair G Kergon
2013-11-13 13:56:29 +00:00
parent d8085edf65
commit 527db4645f
19 changed files with 28 additions and 27 deletions

View File

@ -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 */