>>>>> "Daniel" == Daniel Stone <[EMAIL PROTECTED]> writes:
Daniel> The following is technically a well-formed diff: Daniel> --- init/main.c.orig 2006-03-15 23:11:48.000000000 +0200 Daniel> +++ init/main.c 2006-03-15 23:12:23.000000000 +0200 Daniel> @@ -653,6 +653,9 @@ Daniel> static int init(void * unused) Daniel> { Daniel> + char *foo = NULL, *bar = NULL; Daniel> + strdup(bar, foo); Daniel> + Daniel> lock_kernel(); Daniel> /* Daniel> * init can run on any cpu. What the heck? Are you implying that would be a suitable well-formed patch suitable for inclusion? Or did I miss some sarcasm? Apart from the NULL pointers, strdup only takes one parameter... -- Brian May <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]