[miniPATCH] 2.5.4[4,5] compile fix of net/rxrpc/main.c

Jan Marek (linux@hazard.jcu.cz)
Fri, 1 Nov 2002 09:46:00 +0100


--huq684BweRXVnRxX
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hallo,

this patch fix the compile error in the net/rxrpc/main.c, which is
needed for AFS... (Compiler is 2.95.4).

Please apply...

Sincerely
Jan Marek

-- 
Ing. Jan Marek
University of South Bohemia
Academic Computer Centre
Phone: +420-38-7772080

--huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="net_rxpc_mainc.patch"

--- linux-2.5.44/net/rxrpc/main.c.old 2002-10-23 11:44:45.000000000 +0200 +++ linux-2.5.44/net/rxrpc/main.c 2002-10-23 11:45:41.000000000 +0200 @@ -123,5 +123,5 @@ __RXACCT(printk("Outstanding Peers : %d\n",atomic_read(&rxrpc_peer_count))); __RXACCT(printk("Outstanding Transports : %d\n",atomic_read(&rxrpc_transport_count))); - kleave(); + kleave(""); } /* end rxrpc_cleanup() */

--huq684BweRXVnRxX-- - 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/