Re: util-linux-ng: unprivileged mounts support

2008-01-08 Thread Samuel Thibault
Mike Frysinger, le Tue 08 Jan 2008 10:31:04 -0500, a écrit : > with all the non-linux changes that have gone in, does there need to be > header > checks here and then have mount.c key off of them ? i'm thinking so ... Sure! Samuel - To unsubscribe from this list: send the line "unsubscribe lin

Re: util-linux-ng: unprivileged mounts support

2008-01-08 Thread Mike Frysinger
On Tuesday 08 January 2008, Miklos Szeredi wrote: > --- util-linux-ng.orig/configure.ac 2008-01-07 21:40:22.0 +0100 > +++ util-linux-ng/configure.ac2008-01-07 21:40:50.0 +0100 > @@ -91,6 +92,11 @@ fi > UTIL_CHECK_LIB(util, openpty) > UTIL_CHECK_LIB(termcap, tgetnum) > >