Messages in this thread |  | | Date | Mon, 4 Sep 2000 02:26:06 +0200 | From | Jamie Lokier <> |
| |
Alexander Viro wrote: > > *((unsigned long *)(&x)) = NULL; > > free_page(foo()) and we've got problems...
Alan really meant
*((unsigned long *)&(x)) = NULL;
and screw you if it's not an lvalue.
-- Jamie - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |