Re: [lxc-devel] [PATCH 03/21] Replace all reference to ushort by unsigned short

2013-01-03 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > ushort appears to be a glibc specific type which doesn't exist in > bionic, this commit simply replace all occurences by the equivalent > unsigned short type. > > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- > src/lxc/conf.h

[lxc-devel] [PATCH 03/21] Replace all reference to ushort by unsigned short

2013-01-03 Thread Stéphane Graber
ushort appears to be a glibc specific type which doesn't exist in bionic, this commit simply replace all occurences by the equivalent unsigned short type. Signed-off-by: Stéphane Graber --- src/lxc/conf.h| 4 ++-- src/lxc/network.c | 2 +- src/lxc/network.h | 2 +- src/lxc/nl.c | 2 +-