Bug#439133: util-vserver is using c99

2007-08-29 Thread Theodore Tso
On Wed, Aug 29, 2007 at 01:10:24AM -0400, Micah Anderson wrote: > > After discussing this with upstream, the following information was > determined: > > util-vserver is using c99 as its compiler, which has support for > unsigned long long, and isn't defining __STRICT_ANSI__ at all. In fact > it s

Bug#439133: util-vserver is using c99

2007-08-28 Thread Micah Anderson
After discussing this with upstream, the following information was determined: util-vserver is using c99 as its compiler, which has support for unsigned long long, and isn't defining __STRICT_ANSI__ at all. In fact it seems like gcc -std=c99 defines __STRICT__ANSI__ and that gcc defines __STRICT_