ftape error in 1.3.74

Peter Jones (thanatos@drealm.org)
Thu, 14 Mar 1996 18:59:59 +0000


This is a multi-part message in MIME format.

--------------3ACCA075D198AA65593351B
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi folks.

Patch for NR_MEM_LISTS #define in ftape/kernel_interface.c

It's a "get it to compile" patch - someone needs to fix it "right".

-- Peter

-- 
Drealm Conference System -- (+44) 181 568 2204 (V.FC)
The home of drealmBBS -------- six lines -- live chat

--------------3ACCA075D198AA65593351B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="kern-if-diff"

--- drivers/char/ftape/kernel-interface.c Thu Mar 14 18:52:50 1996 +++ drivers/char/ftape/kernel-interface.c~ Thu Mar 14 18:52:50 1996 @@ -94,13 +94,6 @@ * DMA'able memory allocation stuff. */ -#if !defined(NR_MEM_LISTS) -/* - * This is #define'd in page_alloc.c - keep it in line - */ -# define NR_MEM_LISTS 6 -#endif - static inline int __get_order(int size) {

--------------3ACCA075D198AA65593351B--