Date: Thu, 4 Mar 2004 02:56:30 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys filedesc.h Message-ID: <200403041056.i24AuUeg084385@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2004/03/04 02:56:30 PST FreeBSD src repository Modified files: sys/sys filedesc.h Log: Fixed insertion sort errors in includes and prototypes. This was more than a style bug for the includes -- queue.h is a prerequisite for _lock.h and _mutex.h but was included after them. Removed bogus prototype for fget_locked(). The prototype was originally needed to support K&R but was bogotified by converting the function header to new-style. Revision Changes Path 1.56 +7 -13 src/sys/sys/filedesc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403041056.i24AuUeg084385>