[lc-checkins] CVS: linux/mm/comp_cache adaptivity.c,1.20,1.21
Status: Beta
Brought to you by:
nitin_sf
|
From: Rodrigo S. de C. <rc...@us...> - 2002-05-30 13:56:12
|
Update of /cvsroot/linuxcompressed/linux/mm/comp_cache In directory usw-pr-cvs1:/tmp/cvs-serv16955/mm/comp_cache Modified Files: adaptivity.c Log Message: Fixed typo that caused compilation error Index: adaptivity.c =================================================================== RCS file: /cvsroot/linuxcompressed/linux/mm/comp_cache/adaptivity.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** adaptivity.c 29 May 2002 21:28:54 -0000 1.20 --- adaptivity.c 30 May 2002 13:56:09 -0000 1.21 *************** *** 2,6 **** * linux/mm/comp_cache/adaptivity.c * ! * Time-stamp: <2002-05-29 18:17:59 rcastro> * * Linux Virtual Memory Compressed Cache --- 2,6 ---- * linux/mm/comp_cache/adaptivity.c * ! * Time-stamp: <2002-05-30 10:50:05 rcastro> * * Linux Virtual Memory Compressed Cache *************** *** 26,30 **** #define comp_cache_total_space (preset_comp_cache[i].size * PAGE_SIZE) ! exter void comp_cache_fix_watermarks(int); /*** --- 26,30 ---- #define comp_cache_total_space (preset_comp_cache[i].size * PAGE_SIZE) ! extern void comp_cache_fix_watermarks(int); /*** |