1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

looks like rwatson forgot tabs... :)

This commit is contained in:
John-Mark Gurney 2004-08-13 07:38:58 +00:00
parent fc1f10af70
commit 7d5e45a391
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133635

View File

@ -155,7 +155,7 @@ static struct filterops *sysfilt_ops[] = {
static int
filt_fileattach(struct knote *kn)
{
return (fo_kqfilter(kn->kn_fp, kn));
}
@ -568,7 +568,7 @@ kqueue_register(struct kqueue *kq, struct kevent *kev, struct thread *td)
} else {
if (fdp->fd_knhashmask != 0) {
struct klist *list;
list = &fdp->fd_knhash[
KN_HASH((u_long)kev->ident, fdp->fd_knhashmask)];
SLIST_FOREACH(kn, list, kn_link)