[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
- Previous message: [dovecot-cvs] dovecot/src/lib module-context.h,1.1,1.2
- Next message: [dovecot-cvs] dovecot/src/lib istream-data.c, 1.16, 1.17 istream-file.c, 1.29, 1.30 istream-internal.h, 1.11, 1.12 istream-mmap.c, 1.21, 1.22 istream.c, 1.36, 1.37
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [dovecot-cvs] dovecot/src/lib module-context.h,1.1,1.2
- Next message: [dovecot-cvs] dovecot/src/lib istream-data.c, 1.16, 1.17 istream-file.c, 1.29, 1.30 istream-internal.h, 1.11, 1.12 istream-mmap.c, 1.21, 1.22 istream.c, 1.36, 1.37
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list