[dovecot-cvs] dovecot/src/lib mmap-util.h,1.6,1.7

tss at dovecot.org tss at dovecot.org
Sat Mar 31 11:22:51 EEST 2007


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv13789

Modified Files:
	mmap-util.h 
Log Message:
marked mmap_get_page_size() constant.



Index: mmap-util.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/mmap-util.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mmap-util.h	22 Aug 2004 06:30:13 -0000	1.6
+++ mmap-util.h	31 Mar 2007 08:22:48 -0000	1.7
@@ -37,6 +37,6 @@
 		  unsigned long flags);
 int munmap_anon(void *start, size_t length);
 
-size_t mmap_get_page_size(void);
+size_t mmap_get_page_size(void) __attr_const__;
 
 #endif



More information about the dovecot-cvs mailing list