Michelle Li <[email protected]> writes:
> new_entry->p .....
>  is accessing the "read/write" pointer declared in the proc_ll struct
>
> new_entry->p = p; 
>   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" = "read ONLY pointer";  
>    is invalid

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

DES
-- 
Dag-Erling Smørgrav - [email protected]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"

Reply via email to