Re: [PATCH] some network __init code

2001-04-23 Thread Jeff Garzik
> 1. What are the char* -> char array conversions of "version" strings for ? char*="blah" generates a char pointer variable, pointing to the constant string "blah". char[]="blah" eliminates the char pointer variable, so the resulting code is [slightly] smaller. > 3. The following patch >-

[PATCH] some network __init code

2001-04-23 Thread Andrzej Krzysztofowicz
Hi, The following change in -ac11: -static const char *rcsid = "$Id: sk_g16.c,v 1.1 1994/06/30 16:25:15 root Exp $"; +static const char rcsid[] = "$Id: sk_g16.c,v 1.1 1994/06/30 16:25:15 root Exp $"; breaks drivers/net/sk_g16.c because of further: ... rcsid = NULL; /*