archrelease: copy trunk to community-any
[arch-community.git] / partimage / trunk / partimage-build-fix.patch
blob8e0e00e05659e2b110483f40fc78be9e392328ed
1 https://bugs.gentoo.org/580290
3 --- a/src/client/misc.h
4 +++ b/src/client/misc.h
5 @@ -36,7 +36,7 @@ struct COptions;
6 #endif
8 #ifndef makedev
9 - #define makedev(maj,min) (((maj) << 8) | min))
10 + #define makedev(maj,min) (((maj) << 8) | (min))
11 #endif
13 // =======================================================