Re: [systemd-devel] [PATCH] basic: fix build on architectures with small long

2015-11-22 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: -- Generated by https://github.com/haraldh/mail2git ___

Re: [systemd-devel] [PATCH] basic: fix build on architectures with small long

2015-11-21 Thread Helmut Grohne
I was asked to use NULL instead of 0 and to send a pull request. So see my git-pull-request below. Please do Cc me in your replies rather than relaying them e.g. via IRC. Helmut The following changes since commit bb54817f3bbe9043326b72a848384491314d428d: Merge pull request #1947 from phomes/so

Re: [systemd-devel] [PATCH] basic: fix build on architectures with small long

2015-11-20 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: -- Generated by https://github.com/haraldh/mail2git __

[systemd-devel] [PATCH] basic: fix build on architectures with small long

2015-11-20 Thread Helmut Grohne
The assertion assert_cc(sizeof(statfs_f_type_t) >= sizeof(s->f_type)); can trigger on architectures where long is smaller than struct statfs' f_type member. This includes x32. Thus fix the typedef statfs_f_type_t. --- src/basic/stat-util.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deleti