Date: Sun, 21 Sep 2008 18:12:18 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_clist.c src/sys/sys clist.h param.h Message-ID: <200809211813.m8LIDDKi043549@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2008-09-21 18:12:18 UTC FreeBSD src repository Modified files: sys/kern subr_clist.c sys/sys clist.h param.h Log: SVN rev 183238 on 2008-09-21 18:12:18Z by ed Now that the number of clist consumers have dropped massively, trim down the code to prevent useless waste of space. - Remove support for quote bits. There is not a single driver that needs these bits anymore. This means putc() now accepts a char instead of an int. - Remove the unneeded catq() and nextc() routines. They were only used by the old TTY layer. - Convert the clist code to use ANSI C prototypes. Revision Changes Path 1.48 +14 -181 src/sys/kern/subr_clist.c 1.14 +1 -4 src/sys/sys/clist.h 1.368 +1 -2 src/sys/sys/param.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809211813.m8LIDDKi043549>