Date: Sat, 9 May 2009 19:01:24 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sys ioctl.h Message-ID: <200905091901.n49J1Zus003512@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-05-09 19:01:24 UTC FreeBSD src repository Modified files: sys/sys ioctl.h Log: SVN rev 191947 on 2009-05-09 19:01:24Z by ed Clean up <sys/ioctl.h>. - Just use #error when including <sys/ioctl.h> in the kernel. Code hasn't used this header for years now and probably doesn't compile anyway, because of -Werror. - Get rid of struct ttysize, TIOCGSIZE and TIOCSSIZE. All code nowadays use both TIOC[GS]SIZE and TIOC[GS]WINSZ. Because we have other popular systems that don't implement the first, it's of little use to support interfaces nowadays. Revision Changes Path 1.17 +2 -22 src/sys/sys/ioctl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905091901.n49J1Zus003512>