Bill Allombert on Sun, 08 Dec 2013 22:13:43 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: small patch for src/languages/es.c |
On Sun, Dec 08, 2013 at 10:43:49AM -0500, Eitan Adler wrote: > >> have TIOCGWINSZ but where #include <sys/termios.h> does not work. > > [10010 eitan@gravity (99%) ~ ]%cat foo.c > #include <sys/termios.h> > [10011 eitan@gravity (99%) ~ !1!]%cc -c foo.c > In file included from foo.c:1: > /usr/include/sys/termios.h:3:2: warning: "this file includes <sys/termios.h> > which is deprecated, use <termios.h> instead" [-W#warnings] > #warning "this file includes <sys/termios.h> which is deprecated, use <t... > ^ > 1 warning generated. > > was my rationale. But on which system do you see this ? Cheers, Bill.