Re: [PATCH] net #9

Henning P. Schmiedehausen (mailgate@hometree.net)
Wed, 30 May 2001 09:32:39 +0000 (UTC)


Andrzej Krzysztofowicz <ankry@green.mif.pg.gda.pl> writes:

>-static char name[4][IFNAMSIZ] = { "", "", "", "" };

>+static char name[4][IFNAMSIZ];

Ugh. Sure about that one? the variables have been pointers to zero,
now they're zero...

Regards
Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     hps@intermeta.de

Am Schwabachgrund 22 Fon.: 09131 / 50654-0 info@intermeta.de D-91054 Buckenhof Fax.: 09131 / 50654-20 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/