]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed insertion sort errors in includes and prototypes. This was more
authorbde <bde@FreeBSD.org>
Thu, 4 Mar 2004 10:56:29 +0000 (10:56 +0000)
committerbde <bde@FreeBSD.org>
Thu, 4 Mar 2004 10:56:29 +0000 (10:56 +0000)
commit5e26925baa2551c9529c9cf5641c06409581bfa6
treea83718dbdf7f10708ead6caf97e18cb0cae6f8ca
parent104959c8ef3d4cd0408f53cc3c2b3814fa4ab8ea
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.
sys/sys/filedesc.h