X-Git-Url: http://git.osdn.net/view?p=linux-kernel-docs%2Flinux-2.4.36.git;a=blobdiff_plain;f=include%2Fnet%2Fscm.h;h=6246dd3694721da7e22b20fd0f8b9f1bf4a82485;hp=e26b43f5eb934e1df3b643e771a7dad2a1531443;hb=57812a4772fa73f264b59ae31c5cc277630b1ff5;hpb=b4343b5e489aeb2287d1f41a9cd176c987146cbe diff --git a/include/net/scm.h b/include/net/scm.h index e26b43f5..6246dd36 100644 --- a/include/net/scm.h +++ b/include/net/scm.h @@ -8,8 +8,9 @@ struct scm_fp_list { - int count; - struct file *fp[SCM_MAX_FD]; + struct list_head list; + int count; + struct file *fp[SCM_MAX_FD]; }; struct scm_cookie