Re: [systemd-devel] PATCH: add missing header include

2012-06-01 Thread Lennart Poettering
On Fri, 01.06.12 20:35, Alexey Shabalin ([email protected]) wrote: > > mount-setup.c in systemd-184 have the same problem with old glibc: > > CC src/core/mount-setup.o > src/core/mount-setup.c:64:92: error: 'MS_STRICTATIME' undeclared here > (not in a function) > src/core/mount-setup.c:

Re: [systemd-devel] PATCH: add missing header include

2012-06-01 Thread Alexey Shabalin
2011/8/19 Lennart Poettering : > On Thu, 18.08.11 16:18, Frederic Crozat ([email protected]) wrote: > >> Le jeudi 18 août 2011 à 16:00 +0200, Lennart Poettering a écrit : >> > On Thu, 18.08.11 15:50, Frederic Crozat ([email protected]) wrote: >> > >> > > Hi, >> > > >> > > MS_REC is not always defined

Re: [systemd-devel] PATCH: add missing header include

2011-08-18 Thread Lennart Poettering
On Thu, 18.08.11 16:18, Frederic Crozat ([email protected]) wrote: > Le jeudi 18 août 2011 à 16:00 +0200, Lennart Poettering a écrit : > > On Thu, 18.08.11 15:50, Frederic Crozat ([email protected]) wrote: > > > > > Hi, > > > > > > MS_REC is not always defined in sys/mount.h. linux/fs.h should be

Re: [systemd-devel] PATCH: add missing header include

2011-08-18 Thread Frederic Crozat
Le jeudi 18 août 2011 à 16:00 +0200, Lennart Poettering a écrit : > On Thu, 18.08.11 15:50, Frederic Crozat ([email protected]) wrote: > > > Hi, > > > > MS_REC is not always defined in sys/mount.h. linux/fs.h should be > > included, since it is always defined there. > > Not always? Can you be mor

Re: [systemd-devel] PATCH: add missing header include

2011-08-18 Thread Lennart Poettering
On Thu, 18.08.11 15:50, Frederic Crozat ([email protected]) wrote: > Hi, > > MS_REC is not always defined in sys/mount.h. linux/fs.h should be > included, since it is always defined there. Not always? Can you be more specific please? Which version of glibc is that? Lennart -- Lennart Poetterin

[systemd-devel] PATCH: add missing header include

2011-08-18 Thread Frederic Crozat
Hi, MS_REC is not always defined in sys/mount.h. linux/fs.h should be included, since it is always defined there. -- Frederic Crozat SUSE >From 9f8a50decf45aaa4436b9fb3a0ab360f238b7d96 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Thu, 18 Aug 2011 15:42:29 +0200 Subject: [PATCH] nspawn: