Philipp Matthias Hahn (pmhahn@titan.lahn.de)
Sun, 23 Jan 2000 17:18:06 +0100 (MET)
Hello!
procfs.c contains a typo: the filepermissions of active was set to 444
decimal and not to 0444 octal.
A patch against 2.3.40 is included as attachment.
Philipp
-- / / (_)__ __ ____ __ Philipp Hahn / /__/ / _ \/ // /\ \/ / /____/_/_//_/\_,_/ /_/\_\ pmhahn@titan.lahn.de--- drivers/parport/procfs.c.orig Sun Jan 23 17:07:05 2000 +++ drivers/parport/procfs.c Sun Jan 23 17:07:41 2000 @@ -224,7 +224,7 @@ #endif /* IEEE 1284 support */ {0} }, - { {DEV_PARPORT_DEVICES_ACTIVE, "active", NULL, 0, 444, NULL, + { {DEV_PARPORT_DEVICES_ACTIVE, "active", NULL, 0, 0444, NULL, &do_active_device }, {0}}, { PARPORT_PORT_DIR(NULL), {0}}, { PARPORT_PARPORT_DIR(NULL), {0}}, N‹§²æìr¸›zǧvf¢–Ú%Š{±¥ªé¢»kz«ž²Ûh®«žÂ+a¶¬Šx%{ +véì¹»®&ÞŠ{ayºÊ‡í…éž²Æ
This archive was generated by hypermail 2.0b3 on Sun 23 Jan 2000 - 17:31:39 EST