Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2008 23:32:32 +0100
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        Michelle Li <michelle_li_001@yahoo.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: reg: adding proc to allproc (Ferner Cilloniz)
Message-ID:  <86k59t5fcv.fsf@ds4.des.no>
In-Reply-To: <823694.23548.qm@web65403.mail.ac4.yahoo.com> (Michelle Li's message of "Sat, 20 Dec 2008 18:05:06 -0800 (PST)")
References:  <823694.23548.qm@web65403.mail.ac4.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Michelle Li <michelle_li_001@yahoo.com> writes:
> new_entry->p .....
>  is accessing the "read/write" pointer declared in the proc_ll struct
>
> new_entry->p =3D p;=20
>   is attempting an assignment of a "read ONLY" const pointer that
>   has been passed into add_proc_entry() to a "read/write" pointer
>
> new_entry->"read/write pointer" =3D "read ONLY pointer";=20=20
>    is invalid

It's bad form, but it makes no practical difference.

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86k59t5fcv.fsf>