|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.148, 2007/12/05 07:06:55 | version 1.149, 2007/12/05 17:19:59 | ||
|---|---|---|---|
|
|
||
| sb = &so->so_snd; | sb = &so->so_snd; | ||
| break; | break; | ||
| default: | default: | ||
| return (1); | return (EINVAL); | ||
| } | } | ||
| SLIST_INSERT_HEAD(&sb->sb_sel.sel_klist, kn, kn_selnext); | SLIST_INSERT_HEAD(&sb->sb_sel.sel_klist, kn, kn_selnext); | ||
| sb->sb_flags |= SB_KNOTE; | sb->sb_flags |= SB_KNOTE; |