Le 26/09/2017 à 01:19, Carlo Marcelo Arenas Belón a écrit : > remove unnecessary sock_type enum and other unused surrounding code to > allow for per arch sockbits to mirror better linux headers for maintenance > > Signed-off-by: Carlo Marcelo Arenas Belón <care...@gmail.com> > --- > linux-user/alpha/sockbits.h | 36 ---------------------------- > linux-user/hppa/sockbits.h | 30 ----------------------- > linux-user/mips/sockbits.h | 35 --------------------------- > linux-user/socket.h | 58 > ++++++++++++++++++++++----------------------- > linux-user/sparc/sockbits.h | 35 --------------------------- > 5 files changed, 29 insertions(+), 165 deletions(-)
I think it's not a good idea to mix again what we have just unmixed. Thanks, Laurent