]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Removed superfluous forward declaration of struct klist. Forward
authorBruce Evans <bde@FreeBSD.org>
Sun, 30 Apr 2000 06:31:28 +0000 (06:31 +0000)
committerBruce Evans <bde@FreeBSD.org>
Sun, 30 Apr 2000 06:31:28 +0000 (06:31 +0000)
commit2ba118a15e79f1e49d61a4964f969c1540582c74
treed7f27e3040e1a69da5a4e3f8a2a5288eca2b6768
parent95bdaa0ee83f3e3b75e06ca3d6e36906ce87d3bc
Removed superfluous forward declaration of struct klist.  Forward
declarations of structs for use in prototypes are only necessary if
the struct is not otherwise declared in scope.

Removed prototypes for fdissequential() and fdsequential().  These
functions never existed in FreeBSD.

Fixed most style bugs in FreeBSD changes (mainly disordered prototypes
and prototypes without parameter names).
sys/sys/filedesc.h