SOURCES: ncps-PAGE_SIZE.patch - one more

arekm arekm at pld-linux.org
Sun Nov 2 00:35:56 CET 2008


Author: arekm                        Date: Sat Nov  1 23:35:56 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- one more

---- Files affected:
SOURCES:
   ncps-PAGE_SIZE.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/ncps-PAGE_SIZE.patch
diff -u SOURCES/ncps-PAGE_SIZE.patch:1.2 SOURCES/ncps-PAGE_SIZE.patch:1.3
--- SOURCES/ncps-PAGE_SIZE.patch:1.2	Sat Nov  1 15:08:33 2008
+++ SOURCES/ncps-PAGE_SIZE.patch	Sun Nov  2 00:35:51 2008
@@ -5,7 +5,7 @@
  #define PT_SIZE 5
  #define ESC_STRETCH 6
 -#define OUTBUF_SIZE (32*PAGE_SIZE*ESC_STRETCH + 8*PAGE_SIZE)
-+#define OUTBUF_SIZE (32*PAGE_SIZE*ESC_STRETCH + 8*getpagesize())
++#define OUTBUF_SIZE (32*getpagesize()*ESC_STRETCH + 8*getpagesize())
  
  /* thanx to Lajos Pajtek for this */
  #define PAGEDIV ((kb_main_total) >> (page_shift-10))
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/ncps-PAGE_SIZE.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list